diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 1790530..c53b056 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -55,19 +55,19 @@ jobs: steps: - name: Install Dependencies - run: brew install dpkg ldid make node svn wget xz + run: brew install bzip2 curl dpkg jq ldid make node svn wget xz - name: Set PATH environment variable run: echo "$(brew --prefix make)/libexec/gnubin" >> $GITHUB_PATH - name: Checkout Main - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.1 with: path: main submodules: recursive - name: Setup Theos - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.1 with: repository: theos/theos ref: 3da31488281ecf4394d10302d2629607f4a1aa07 @@ -93,7 +93,7 @@ jobs: THEOS: ${{ github.workspace }}/theos - name: Setup Theos Jailed - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.1.1 with: repository: qnblackcat/theos-jailed ref: master