Skip to content

Commit

Permalink
Update to using on-GitHub get_dependencies.sh
Browse files Browse the repository at this point in the history
`--container` no longer accepted or necessary.

Signed-off-by: Samuel E. Browne <[email protected]>
  • Loading branch information
sebrowne committed Jan 8, 2025
1 parent cc1fe7a commit 5d6c497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: Get dependencies
working-directory: ./packages/framework
run: |
./get_dependencies.sh --container
./get_dependencies.sh
- if: matrix.build-mode == 'manual'
name: Generate CMake fragments
Expand Down

0 comments on commit 5d6c497

Please sign in to comment.