Skip to content

Commit

Permalink
Use matrix.os
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Aug 16, 2024
1 parent 859d844 commit d5ff2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: runner.os == 'ubuntu-latest'
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -f protobuf-compiler
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- if: runner.os == 'ubuntu-latest'
- if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install -f protobuf-compiler
- uses: taiki-e/upload-rust-binary-action@v1
Expand Down

0 comments on commit d5ff2af

Please sign in to comment.