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:
|
with:
|
||||||
go-version: '1.21.x'
|
go-version: '1.21.x'
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./*/*.go
|
run: go build -v ./day01/*.go
|
||||||
|
run: go build -v ./day02/*.go
|
||||||
- name: Display Go version
|
- name: Display Go version
|
||||||
run: go version
|
run: go version
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user