1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-25 22:47:52 +00:00

swap docker image deps

This commit is contained in:
mint 2024-08-26 17:52:37 +02:00 committed by ember / mint
parent f4c45f082f
commit a1714711e3
3 changed files with 5 additions and 5 deletions

View file

@ -56,11 +56,10 @@ runs:
shell: bash shell: bash
run: | run: |
echo "TIMER_HAXELIB=$(date +%s)" >> "$GITHUB_ENV" echo "TIMER_HAXELIB=$(date +%s)" >> "$GITHUB_ENV"
haxelib --debug --never install haxelib 4.1.0 --global haxelib --debug --always git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies --global
haxelib --debug --never deleterepo || true rm -rf .haxelib
haxelib --debug --never newrepo haxelib --debug --never newrepo
echo "HAXEPATH=$(haxelib config)" >> "$GITHUB_ENV" echo "HAXEPATH=$(haxelib config)" >> "$GITHUB_ENV"
haxelib --debug --always --global git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies
haxelib --debug --global --always git hmm https://github.com/FunkinCrew/hmm funkin-patches haxelib --debug --global --always git hmm https://github.com/FunkinCrew/hmm funkin-patches
echo "TIMER_DEPS=$(date +%s)" >> "$GITHUB_ENV" echo "TIMER_DEPS=$(date +%s)" >> "$GITHUB_ENV"

View file

@ -112,6 +112,7 @@ jobs:
run: | run: |
git config --global 'url.https://x-access-token:${{ steps.app_token.outputs.token }}@github.com/.insteadOf' https://github.com/ git config --global 'url.https://x-access-token:${{ steps.app_token.outputs.token }}@github.com/.insteadOf' https://github.com/
haxelib --global run hmm install -q haxelib --global run hmm install -q
cd .haxelib/hxcpp/git/tools/hxcpp && haxe compile.hxml
- if: ${{ matrix.target != 'html5' }} - if: ${{ matrix.target != 'html5' }}
name: Restore hxcpp cache name: Restore hxcpp cache

View file

@ -137,8 +137,8 @@ ENV PATH="$HAXEPATH:$PATH"
RUN <<EOF RUN <<EOF
HOME=/etc haxelib setup "$HAXEPATH/lib" HOME=/etc haxelib setup "$HAXEPATH/lib"
haxelib --global --never install haxelib $haxelib_version haxelib --global --never install haxelib $haxelib_version
haxelib --global --never git haxelib https://github.com/HaxeFoundation/haxelib.git master haxelib --global --never git haxelib https://github.com/FunkinCrew/haxelib.git funkin-patches --skip-dependencies
haxelib --global --never install hmm haxelib --global --never git hmm https://github.com/FunkinCrew/hmm funkin-patches
EOF EOF
# hxcpp # hxcpp