Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
AurevoirXavier committed Jul 24, 2024
1 parent 8d4ed9e commit 40b83ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
steps:
- name: Fetch latest code
uses: actions/checkout@v4
- name: Setup Rust toolchain
run: rustup target add ${{ matrix.target.name }}
- name: Setup build environment (macOS)
if: matrix.target.os == 'macos-latest'
env:
Expand All @@ -49,6 +47,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install libasound2-dev libxdo-dev
- name: Setup Rust toolchain
run: rustup target add ${{ matrix.target.name }}
- name: Build
run: cargo build --profile ci-release --locked --target ${{ matrix.target.name }}
- name: Bundle (macOS)
Expand Down

0 comments on commit 40b83ac

Please sign in to comment.