Skip to content

Commit

Permalink
add theos env first.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mineek committed Jan 8, 2024
1 parent 832cd04 commit 4f32085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
brew install ldid-procursus
- name: Compile IPA
run: make
run: |
export THEOS=/Users/runner/theos
make
- name: Upload IPA
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 4f32085

Please sign in to comment.