Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda authored Feb 22, 2024
1 parent 09af0da commit 6b6d5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
# - WebGL # WebGL.
steps:
- name: Create empty Unity project
shell: bash
run: |
shell: bash
mkdir -p ${{ matrix.projectPath }}/Assets
mkdir -p ${{ matrix.projectPath }}/ProjectSettings
mkdir -p ${{ matrix.projectPath }}/Packages
Expand Down

0 comments on commit 6b6d5dd

Please sign in to comment.