Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
firefart committed Feb 2, 2024
1 parent c0c3dd5 commit 333152f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
strategy:
matrix:
go: ["stable"]
steps:
- name: Set up Go ${{ matrix.go }}
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
go-version: "stable"

- name: Install Task
uses: arduino/setup-task@v1

- name: Check out code
uses: actions/checkout@v4
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
with:
go-version: "stable"

- name: Install Task
uses: arduino/setup-task@v1

- name: update
run: |
make update
task update
- name: setup git config
run: |
Expand Down

0 comments on commit 333152f

Please sign in to comment.