Skip to content

Commit

Permalink
buh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexng353 committed Aug 23, 2024
1 parent 6f6873c commit 275cff4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/br.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
targets: ${{ matrix.target }}

- name: install system dependencies
run: |
apt update
apt install -y make libssl-dev pkg-config
run: sudo apt update && sudo apt install -y make libssl-dev pkg-config

- name: Build
run: cargo build --release --locked --target ${{ matrix.target }}
Expand Down

0 comments on commit 275cff4

Please sign in to comment.