Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
donomii committed Apr 13, 2023
1 parent c4df42d commit 42c5c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: Install go modules
run: go get "github.com/donomii/goof" "github.com/mattn/go-shellwords" "github.com/go-gl/mathgl/mgl32" "github.com/go-gl/gl/v3.2-core/gl" "github.com/go-gl/glfw/v3.3/glfw" "github.com/donomii/glim"
- name: Build program
run: go build -o 3d ./example
- name: Build program
run: go build -o 3d ./example
- name: List files in the repository
run: |
ls ${{ github.workspace }}
Expand Down

0 comments on commit 42c5c50

Please sign in to comment.