Skip to content

Commit

Permalink
Fix build binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Feb 17, 2024
1 parent b04c2fd commit 48236f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:

- name: Install dependencies (Ubuntu or self-hosted)
if: runner.os == 'Linux'
run: sudo apt-get update -qq && sudo apt-get install -y upx-ucl build-essential cargo git golang
run: sudo apt-get update -qq && sudo apt-get install -y upx-ucl build-essential cargo git golang libjemalloc-dev libjemalloc2 -y

- name: Install dependencies (macOS)
if: runner.os == 'macOS'
run: brew install upx cargo-c
run: brew install upx cargo-c jemalloc

- name: Set up Go
uses: actions/setup-go@v4.1.0
Expand Down

0 comments on commit 48236f4

Please sign in to comment.