Skip to content

Commit

Permalink
install build essential
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 13, 2024
1 parent 01d4c6b commit 9d69e5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
target: ${{ matrix.target }}
override: true

- name: Install essentials
run: apt-get update && apt-get install -y build-essentials

- name: Build project
run: cargo build --release --target ${{ matrix.target }}

Expand Down

0 comments on commit 9d69e5a

Please sign in to comment.