Skip to content

Commit

Permalink
forgot to uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 12, 2024
1 parent 61bb1e8 commit 560698e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
curl -sSL https://install.python-poetry.org | python - -y
- name: Installing Dependencies
run: |
sudo apt install wget -y # gcc-aarch64-linux-gnu gcc-s390x-linux-gnu gcc-riscv64-linux-gnu
sudo apt install wget gcc-aarch64-linux-gnu gcc-s390x-linux-gnu gcc-riscv64-linux-gnu -y
poetry install
poetry version ${{ github.event.inputs.version }}
- name: LINUX
Expand Down

0 comments on commit 560698e

Please sign in to comment.