1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-09-11 20:57:20 +00:00

devops is such a fun profession, featuring 'staring at github actions broken web ui for 5 minutes'

This commit is contained in:
Hazel 2024-04-24 20:07:53 +01:00
parent 54605ec430
commit a5b3d62a4a

View file

@ -102,11 +102,11 @@ jobs:
- if: ${{ steps.cache-hmm.outputs.cache-hit != 'true' }}
name: Install dependencies
run: |
conf_key="http\.https\:\/\/github\.com\/\.extraheader"
conf_val=$(git config --get-regexp $conf_key | cut -d " " -f 2-)
git config --global $conf_key "$conf_val"
conf_key="http.https://github.com/.extraheader"
conf_val=$(git config --get "$conf_key" | cut -d " " -f 2-)
git config --global "$conf_key" "$conf_val"
haxelib --global run hmm install
git config --global --unset-all $conf_key
git config --global --unset-all "$conf_key"
- if: ${{ matrix.target != 'html5' }}
name: Restore hxcpp cache