Skip to content

Commit

Permalink
fix(ci): Potential fix for sample apps failing to build
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Schoepp <[email protected]>
  • Loading branch information
calebschoepp committed Nov 5, 2024
1 parent c958d08 commit aac0d90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sample-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:

- name: Install TinyGo
uses: acifani/setup-tinygo@v2
with:
tinygo-version: '0.33.0'

- name: Build and push versioned image
uses: fermyon/actions/spin/push@v1
Expand Down

0 comments on commit aac0d90

Please sign in to comment.