Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte authored Mar 3, 2024
1 parent db76bcc commit ffb2fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python - -y
- name: Installing Dependencies
run: |
sudo apt install wget gcc-aarch64-linux-gnu gcc-s390x-linux-gnu gcc-riscv64-linux-gnu -y
sudo apt update && sudo apt install wget gcc-aarch64-linux-gnu gcc-s390x-linux-gnu gcc-riscv64-linux-gnu -y
poetry install
poetry run version ${{ github.event.inputs.version }}
- name: build
Expand Down Expand Up @@ -171,6 +171,7 @@ jobs:
poetry run version ${{ github.event.inputs.version }}
- name: build
run: |
export PATH="/Users/runner/.local/bin:$PATH"
# Set necessary environment variables for building on Darwin
export CGO_ENABLED=1
# Build for Darwin (macOS)
Expand Down

0 comments on commit ffb2fc3

Please sign in to comment.