Skip to content

Commit

Permalink
Add symlink in workflow and remove it from repo
Browse files Browse the repository at this point in the history
What a silly mistake
  • Loading branch information
DeBlister committed May 30, 2022
1 parent df92161 commit a6b8489
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ jobs:
ENGINE: ES_Engine
ES_BINARY: Endless Sky
SDL2_FRAMEWORK: build/SDL2.framework
SDL2_NAME: SDL2.framework
steps:
- uses: actions/checkout@v2
- name: Update Homebrew
Expand Down Expand Up @@ -500,6 +501,7 @@ jobs:
ln -s /usr/local/opt/jpeg-turbo/lib/libturbojpeg.0.dylib Contents/Frameworks/${{ env.ENGINE }}.framework/Versions/A/Frameworks/
echo "Tree after adding lib-type symlinks" && tree -L 4 Contents/Frameworks
mv ${{ env.SDL2_FRAMEWORK }} Contents/Frameworks/${{ env.ENGINE }}.framework/Versions/A/Frameworks
ln -s ${{ env.ENGINE }}.framework/Versions/A/Frameworks/${{ env.SDL2_NAME }} Contents/Frameworks
cd Contents/Resources/
ln -s ../../data
ln -s ../../images
Expand Down
1 change: 0 additions & 1 deletion Contents/Frameworks/SDL2.framework

This file was deleted.

0 comments on commit a6b8489

Please sign in to comment.