mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Update buildapp.yml
This commit is contained in:
parent
4c0f8fce93
commit
85a62ffb86
1 changed files with 3 additions and 0 deletions
3
.github/workflows/buildapp.yml
vendored
3
.github/workflows/buildapp.yml
vendored
|
|
@ -63,6 +63,9 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: brew install ldid dpkg make swift
|
||||
|
||||
- name: Build Swift code
|
||||
run: swift build --configuration release
|
||||
|
||||
- name: Set PATH environment variable
|
||||
run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue