Trying to build two files
This commit is contained in:
parent
7ff39e072c
commit
e7a054c57f
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -11,7 +11,8 @@ jobs:
|
||||
with:
|
||||
go-version: '1.21.x'
|
||||
- name: Build
|
||||
run: go build -v ./*/*.go
|
||||
run: go build -v ./day01/*.go
|
||||
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