artifacts attempt no.1

This commit is contained in:
2025-08-06 00:12:17 +01:00
parent e4300d9282
commit 20888a4e60

View File

@@ -24,7 +24,11 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxxf86vm-dev
- name: Build
run: go build -v ./...
run: go build .
- name: Artifact
uses: actions/upload-artifact@v4
with:
name: pi-binary
path: pi
- name: Test
run: go test -v ./...