Skip to content

Commit

Permalink
ci: replace my setup-tinygo fork with original (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Oct 31, 2023
1 parent 8d2884e commit 474a451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
go-version: ${{ matrix.go-version }}
# IMPORTANT: Disable caching to prevent cache restore errors later.
cache: false
- uses: Integralist/setup-tinygo@v1.0.0
- uses: acifani/setup-tinygo@v2
with:
tinygo-version: ${{ matrix.tinygo-version }}
- name: Retrieve Go Paths
Expand Down

0 comments on commit 474a451

Please sign in to comment.