Skip to content

Commit

Permalink
*sigh* macos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RodZill4 committed Nov 10, 2023
1 parent 6ba0770 commit ab92c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-desktop-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ 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
echo "Getting ${GODOT_MAC_HEADLESS_DOWNLOAD_URL}/${GODOT_VERSION}-${GODOT_SUB}/Godot_v${GODOT_VERSION}-${GODOT_SUB}_mac_headless.64.zip"
wget -q ${GODOT_MAC_HEADLESS_DOWNLOAD_URL}/${GODOT_VERSION}-${GODOT_SUB}/Godot_v${GODOT_VERSION}-${GODOT_SUB}_mac_headless.64.zip
unzip -a Godot_v${GODOT_VERSION}-${GODOT_SUB}_mac_headless.64.zip
ls -la
ls -la bin
- name: Setup 💻
Expand Down

0 comments on commit ab92c2c

Please sign in to comment.