Skip to content

Commit

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

steps:
- uses: actions/checkout@v3

- uses: mjp41/workaround8649@c8550b715ccdc17f89c8d5c28d7a48eeff9c94a8
with:
os: ${{ matrix.platform }}
- uses: actions/checkout@v4

- name: Install build dependencies
run: ${{ matrix.dependencies }}
Expand All @@ -70,7 +66,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 +97,4 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Dummy step
run: true
run: true

0 comments on commit da170de

Please sign in to comment.