Skip to content

Commit

Permalink
Update docker image in gyselalibxx workflow, no recursive submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Jan 8, 2025
1 parent 47b2d46 commit f9fc11a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gyselalibxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: gyselax/gyselalibxx
submodules: recursive
submodules: true
- name: rm ddc
run: rm -rf vendor/ddc
- name: Checkout ddc
Expand All @@ -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/voicexx_env bash /src/run.sh
docker run -v ${PWD}:/src:ro ghcr.io/gyselax/gyselalibxx_env bash /src/run.sh
continue-on-error: true

0 comments on commit f9fc11a

Please sign in to comment.