Skip to content

Commit

Permalink
Fix cmake-related errors in the CI jobs (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd authored May 22, 2024
1 parent f7bc4b7 commit f44f0f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Setup
run: script/ci_setup_dependencies.sh
run: sudo script/ci_setup_dependencies.sh
- name: Build
run: script/ci_build.sh

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
name: "CodeQL"
env:
CC: gcc-13
CXX: g++-13
CC: gcc
CXX: g++
steps:
- name: Checkout
uses: actions/checkout@main
Expand Down

0 comments on commit f44f0f8

Please sign in to comment.