Skip to content

Commit

Permalink
CHORE Fix CI (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
linxGnu committed Aug 29, 2023
1 parent fb202b6 commit a262854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [12.x]

steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prepare:

.PHONY: libs
libs:
sh build.sh $(DEST)
./build.sh $(DEST)

.PHONY: test
test:
Expand Down
Empty file modified build.sh
100644 → 100755
Empty file.

0 comments on commit a262854

Please sign in to comment.