Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Nov 20, 2024
1 parent 973a924 commit cadd3cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ jobs:
restore-keys: |
${{ runner.os }}-target-${{ matrix.target }}-
- name: Add target
run: rustup target add ${{ matrix.target }}

- name: Build CLI
working-directory: cli
run: cargo build --release --target ${{ matrix.target }}
Expand Down

0 comments on commit cadd3cb

Please sign in to comment.