Skip to content
This repository has been archived by the owner on Dec 28, 2024. It is now read-only.

Commit

Permalink
fix(ci): go mod vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jun 4, 2024
1 parent 648337a commit 32b5e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ jobs:
key: vendor-${{ hashFiles('**/go.sum') }}
restore-keys: |
vendor-
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- run: go mod vendor
- uses: ruby/setup-ruby@v1
with:
Expand All @@ -86,9 +89,6 @@ jobs:
bundler-cache: true
- name: Build mruby
run: bash -c '(cd vendor/github.com/mitchellh/go-mruby && MRUBY_CONFIG=../../../../../../etc/build_config.rb make libmruby.a)'
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
- name: Set VERSION (if any)
if: ${{ contains(github.ref, 'refs/tags/v') }}
id: version
Expand Down

0 comments on commit 32b5e46

Please sign in to comment.