Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 committed Dec 15, 2020
1 parent 52611d1 commit edae9e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ runs:
brew install ldid make
echo "THEOS=$GITHUB_WORKSPACE/${{ inputs.theos-dir }}" >> $GITHUB_ENV
echo "PATH=$PATH:/usr/local/opt/make/libexec/gnubin" >> $GITHUB_ENV
echo "Succesfully installed tools!"
- name: get theos
shell: bash
run: |
git clone ${{ inputs.theos-src }} ${{ github.workspace }}/${{ inputs.theos-dir }} --recursive
echo "Theos successfully obtained!"
- name: get sdks
shell: bash
Expand All @@ -36,3 +38,4 @@ runs:
git remote add origin ${{ inputs.theos-sdks }}
git fetch origin --depth=1
git reset --hard origin/master || git reset --hard origin/main
echo "SDKs successfully obtained!"

0 comments on commit edae9e9

Please sign in to comment.