Skip to content

Commit

Permalink
try explicit :rw permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
caesay committed Oct 23, 2024
1 parent 5de7f9b commit 9fb147f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
vpk-cli:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -27,7 +27,7 @@ jobs:
name: cli-${{ matrix.os }}
path: generator/refout/*
generate:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -38,7 +38,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
max_wait_seconds: 900
artifacts: cli-macos-latest,cli-ubuntu-latest
artifacts: cli-macos-latest,cli-windows-latest
- name: Download Artifacts
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion generator/CppHeaderReference.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ await Util.StartShellProcess("docker",
"run",
"--rm",
"-v",
outputPath + ":/include",
outputPath + ":/include:rw",
"-w",
"/include",
"standardese/standardese",
Expand Down

0 comments on commit 9fb147f

Please sign in to comment.