diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index 5fdc250acd..4ddc807123 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -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