Skip to content

Commit

Permalink
Update action.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjp41 committed Nov 7, 2023
1 parent f05137e commit 3259dc1
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,10 @@ jobs:
- name: Install build dependencies
run: ${{ matrix.dependencies }}

- name: Test runner
run: |
echo "Runner name: ${{ runner.name }} ${{ runner.os }} ${{ runner.os_version }} ${{ runner.labels }}"
- uses: mjp41/workaround8649@7138a6cf099e27773bf64c470b3a6dc56299a401
with:
os: ${{ matrix.os }}

- uses: mjp41/workaround8649@027dbedef21ad1c2fa7aa7fecbf4b87c7f7db45d
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build-type}} -G Ninja ${{ matrix.cmake-flags }} ${{ matrix.extra-cmake-flags }}
# Build with a nice ninja status line
Expand Down Expand Up @@ -249,13 +248,11 @@ jobs:
- uses: actions/checkout@v3
- name: Install build dependencies
run: ${{ matrix.dependencies }}

- name: Test runner
run: |
echo "Runner name: ${{ runner.name }} ${{ runner.os }} ${{ runner.os_version }} ${{ runner.labels }}"
- uses: mjp41/workaround8649@027dbedef21ad1c2fa7aa7fecbf4b87c7f7db45d

- uses: mjp41/workaround8649@7138a6cf099e27773bf64c470b3a6dc56299a401
with:
os: ${{ matrix.os }}

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build-type}} -G Ninja ${{ matrix.cmake-flags }} ${{ matrix.extra-cmake-flags }}
# Build with a nice ninja status line
Expand Down

0 comments on commit 3259dc1

Please sign in to comment.