Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Use the first working version of CutiePie.
  • Loading branch information
rfoxkendo authored Feb 23, 2024
1 parent c5c8587 commit f03bae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
shell: bash
run: |
git config --global --add safe.directory '*'
if test -e qtpi-incorp.sh ; then ./qtpi-incorp.sh v1.0; fi
if test -e qtpi-incorp.sh ; then ./qtpi-incorp.sh v1.4; fi
- name: Creating build directory
run: mkdir main/oot
- name: Configuring
Expand Down

0 comments on commit f03bae9

Please sign in to comment.