Skip to content

Commit

Permalink
Merge pull request #30 from k1LoW/fix-make
Browse files Browse the repository at this point in the history
Update action
  • Loading branch information
k1LoW authored Oct 3, 2023
2 parents f603402 + e7ab4df commit 581ba5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y valgrind
- name: Check out source code
uses: actions/checkout@v4

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version-file: go.mod

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ prerelease:
git tag ${VER}

prerelease_for_tagpr: depsdev
go mod download
gocredits -w .
cat _EXTRA_CREDITS >> CREDITS
git add CHANGELOG.md CREDITS go.mod go.sum
Expand Down

0 comments on commit 581ba5d

Please sign in to comment.