Skip to content

Commit

Permalink
Test?
Browse files Browse the repository at this point in the history
  • Loading branch information
Imperiopolis committed Aug 14, 2024
1 parent 1cd78af commit 0fc7c1b
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 212 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ runs:
profile: minimal
toolchain: ${{ inputs.rust_version }}

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.23'
check-latest: true

- name: Use Go cache
uses: actions/cache@v3
with:
Expand Down
Loading

0 comments on commit 0fc7c1b

Please sign in to comment.