Skip to content

Commit

Permalink
chore: Update TinyGo to version 0.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Mar 13, 2024
1 parent 03b9303 commit 61fa0c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
registry-url: "https://registry.npmjs.org"

- run: |
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.31.1/tinygo_0.31.1_amd64.deb
yes | sudo dpkg -i ${{ runner.temp }}/tinygo_0.31.1_amd64.deb
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.31.2/tinygo_0.31.2_amd64.deb
yes | sudo dpkg -i ${{ runner.temp }}/tinygo_0.31.2_amd64.deb
- name: Build
run: scripts/build.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
node-version-file: ".node-version"

- run: |
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.31.1/tinygo_0.31.1_amd64.deb
yes | sudo dpkg -i ${{ runner.temp }}/tinygo_0.31.1_amd64.deb
wget -P ${{ runner.temp }} https://github.com/tinygo-org/tinygo/releases/download/v0.31.2/tinygo_0.31.2_amd64.deb
yes | sudo dpkg -i ${{ runner.temp }}/tinygo_0.31.2_amd64.deb
- name: Build
run: scripts/build.sh
Expand Down

0 comments on commit 61fa0c6

Please sign in to comment.