Update buildapp.yml

This commit is contained in:
arichornlover 2024-04-29 13:48:49 -05:00 committed by GitHub
parent 4c0f8fce93
commit 85a62ffb86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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