Compare commits
3 Commits
00815609cb
...
134cb7aad1
| Author | SHA1 | Date | |
|---|---|---|---|
| 134cb7aad1 | |||
| d36262eaf4 | |||
| e7a054c57f |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -10,8 +10,10 @@ jobs:
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.21.x'
|
||||
- name: Build
|
||||
run: go build -v ./*/*.go
|
||||
- name: Build day one
|
||||
run: go build -v ./day01/*.go
|
||||
- name: Build day two
|
||||
run: go build -v ./day02/*.go
|
||||
- name: Display Go version
|
||||
run: go version
|
||||
- name: List files in the repository
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user