Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 2, 2024
1 parent d8d28d3 commit 1e342b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/godot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
- name: Build
shell: bash
run: |
ls -R /
which cl || true
which cl.exe || true
ls -R /opt
cd $GAMEDIR
dotnet build
Expand Down

0 comments on commit 1e342b7

Please sign in to comment.