Skip to content

Commit

Permalink
Update CI build to silence warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelfj committed Mar 12, 2024
1 parent e21c38b commit 5e5e461
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
sudo apt update
sudo apt install ninja-build
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and run tests
env:
CC: clang
Expand All @@ -26,7 +26,7 @@ jobs:
name: Ubuntu (make, gcc)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and run tests
env:
CC: gcc
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Prepare
run: |
brew install cmake ninja
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and run tests
run: |
scripts/test.sh
Expand All @@ -51,8 +51,8 @@ jobs:
name: Windows
runs-on: windows-2022
steps:
- uses: microsoft/setup-msbuild@v1.1
- uses: actions/checkout@v3
- uses: microsoft/setup-msbuild@v2
- uses: actions/checkout@v4
- name: Build and run tests
run: |
cmake .
Expand Down

0 comments on commit 5e5e461

Please sign in to comment.