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 667a8d2 commit c4df42d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
uses: actions/checkout@v3
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- 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: List files in the repository
run: |
ls ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion joystick/joystick.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package joystick

import (
messages "../messages"
"fmt"

"github.com/donomii/goof"
"github.com/go-gl/glfw/v3.3/glfw"
)
Expand Down

0 comments on commit c4df42d

Please sign in to comment.