Removed dependencies installation (not needed atm)
All checks were successful
Build / gobuild (push) Successful in 1m14s
All checks were successful
Build / gobuild (push) Successful in 1m14s
This commit is contained in:
parent
cb0c2a245c
commit
a6bda5ffa2
@ -10,8 +10,6 @@ jobs:
|
|||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: '1.21.x'
|
go-version: '1.21.x'
|
||||||
- name: Install dependencies
|
|
||||||
run: go get .
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./20231201/trebuchet.go
|
run: go build -v ./20231201/trebuchet.go
|
||||||
- name: Display Go version
|
- name: Display Go version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user