Skip to content

Commit

Permalink
Trying to find out why mpacos CI does not work...
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Nov 10, 2023
1 parent 866b9a4 commit 6ba0770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev-desktop-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,11 @@ jobs:
mv ./templates/* ~/.local/share/godot/templates/${GODOT_VERSION}.${GODOT_SUB}
- name: Download Godot headless binary 🤖
run: |
echo "Getting ${GODOT_MAC_HEADLESS_DOWNLOAD_URL}/${GODOT_VERSION}-${GODOT_SUB}/Godot_${GODOT_VERSION}-${GODOT_SUB}_mac_headless.64.zip"
wget -q ${GODOT_MAC_HEADLESS_DOWNLOAD_URL}/${GODOT_VERSION}-${GODOT_SUB}/Godot_${GODOT_VERSION}-${GODOT_SUB}_mac_headless.64.zip
unzip -a Godot_${GODOT_VERSION}-${GODOT_SUB}_mac_headless.64.zip
ls -la
ls -la bin
- name: Setup 💻
run: mkdir -v -p ./build/mac
- name: Mac Build 🔧
Expand Down

0 comments on commit 6ba0770

Please sign in to comment.