Skip to content

Commit

Permalink
Fix TinyGo download path
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinocis committed Jan 24, 2025
1 parent 2bd00d1 commit b6c2069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Install TinyGo
run: |
wget -P tmp/ https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb
sudo dpkg -i tmp/tinygo_0.34.0_amd64.deb
wget -P /tmp/ https://github.com/tinygo-org/tinygo/releases/download/v0.34.0/tinygo_0.34.0_amd64.deb
sudo dpkg -i /tmp/tinygo_0.34.0_amd64.deb
- name: Get dependencies
run: |
Expand Down

0 comments on commit b6c2069

Please sign in to comment.