Skip to content

Commit

Permalink
use correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 11, 2024
1 parent 209298a commit b1ca7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
- name: Locate OpenGL
shell: bash
run: ./opengl.sh
run: "${GITHUB_ACTION_PATH}/opengl.sh"

# - name: Setup Xcode version
# if: startsWith(inputs.os, 'macos')
Expand Down

0 comments on commit b1ca7e4

Please sign in to comment.