Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 authored Nov 20, 2024
1 parent 758da83 commit ed36453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
runs-on: ${{matrix.platform}}

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

- uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
with:
Expand All @@ -70,7 +70,7 @@ jobs:
format:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install build dependencies
run: |
Expand Down Expand Up @@ -101,4 +101,4 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Dummy step
run: true
run: true

0 comments on commit ed36453

Please sign in to comment.