Skip to content

Commit

Permalink
install plist utils on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 committed Jan 19, 2023
1 parent 0751971 commit 89a4604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ runs:
- name: Setup (Linux)
shell: bash
if: runner.os == 'Linux'
run: sudo apt install build-essential fakeroot libtinfo5 libz3-dev rsync curl perl unzip git zstd
run: sudo apt install build-essential fakeroot libtinfo5 libz3-dev rsync curl perl unzip git zstd libplist-utils

- name: Setup environment
shell: bash
Expand All @@ -47,9 +47,9 @@ runs:
run: |
if [ ! -d "${{ inputs.theos-dir }}" ]; then
git clone ${{ inputs.theos-src }} ${{ inputs.theos-dir }} --recursive
echo "Theos successfully obtained!"
echo "Theos successfully downloaded."
else
echo "Theos already cached, skipping..."
echo "Theos already cached."
fi
- name: Get toolchain (Linux)
Expand Down

0 comments on commit 89a4604

Please sign in to comment.