Skip to content

Commit

Permalink
Mount directory with write permission to allow generating files in th…
Browse files Browse the repository at this point in the history
…e sources
  • Loading branch information
tpadioleau committed Jan 8, 2025
1 parent 7c89aad commit 33a3a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gyselalibxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
ctest --test-dir build --output-on-failure --timeout 5 -LE test_on_Release_only
EOF
docker run -v ${PWD}:/src:ro ghcr.io/gyselax/gyselalibxx_env bash /src/run.sh
docker run -v ${PWD}:/src:rw ghcr.io/gyselax/gyselalibxx_env bash /src/run.sh
continue-on-error: true

0 comments on commit 33a3a19

Please sign in to comment.