Skip to content

Commit

Permalink
fix workflow #7
Browse files Browse the repository at this point in the history
  • Loading branch information
semvis123 committed May 29, 2023
1 parent efbd0c7 commit e636293
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_rootless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
git fetch origin 8da9c556bdbab4570addc3308fe621dac70df133
git checkout 8da9c556bdbab4570addc3308fe621dac70df133
git apply rootless.patch
git merge main --allow-unrelated-histories
git commit -am "patch"
git merge main
- name: Build Tweak
id: build
run: |
Expand Down

0 comments on commit e636293

Please sign in to comment.