mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-31 14:58:26 -04:00
[core] work around Windows refusing to mount Linux MBR partitions on FIXED drives
* Fixes #1922. * Also fix a typo and apply minor updates for GitHub Actions workflows.
This commit is contained in:
parent
c76327f96e
commit
746f91acc7
5 changed files with 16 additions and 15 deletions
2
.github/workflows/codeql.nope
vendored
2
.github/workflows/codeql.nope
vendored
|
@ -14,7 +14,7 @@ env:
|
|||
|
||||
jobs:
|
||||
CodeQL-Build:
|
||||
runs-on: windows-2022
|
||||
runs-on: windows-latest
|
||||
|
||||
permissions:
|
||||
security-events: write
|
||||
|
|
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
|
@ -45,8 +45,6 @@ jobs:
|
|||
|
||||
- name: Add MSBuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.1
|
||||
with:
|
||||
msbuild-architecture: x64
|
||||
|
||||
- name: Build with Coverity
|
||||
run: |
|
||||
|
|
2
.github/workflows/vs2022.yml
vendored
2
.github/workflows/vs2022.yml
vendored
|
@ -31,7 +31,7 @@ env:
|
|||
|
||||
jobs:
|
||||
VS2022-Build:
|
||||
runs-on: windows-2022
|
||||
runs-on: windows-latest
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue