Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
bump up action version
  • Loading branch information
prudhomm authored Nov 12, 2024
1 parent a14fa15 commit 50bc9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_CXX_COMPILER=${{matrix.cxx-compiler}}
Expand Down

0 comments on commit 50bc9f4

Please sign in to comment.