mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-12-10 05:59:15 +00:00
hotfix(ci): bump neko version to 2.4.1
This commit is contained in:
parent
12ee60f776
commit
68892b92ab
2
.github/actions/setup-haxe/action.yml
vendored
2
.github/actions/setup-haxe/action.yml
vendored
|
|
@ -30,7 +30,7 @@ runs:
|
|||
echo "TIMER_HAXE=$(date +%s)" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Install Haxe
|
||||
uses: funkincrew/ci-haxe@v3.2.6
|
||||
uses: funkincrew/ci-haxe@v3.2.7
|
||||
with:
|
||||
haxe-version: ${{ inputs.haxe }}
|
||||
|
||||
|
|
|
|||
|
|
@ -102,7 +102,7 @@ RUN <<EOF
|
|||
# | jq '.[] | select(.name == "'"$neko_version"'")' \
|
||||
# | jq '.assets[] | select(.name | endswith("linux64.tar.gz"))' \
|
||||
# | jq -r '.browser_download_url')
|
||||
neko_url="https://geo.thei.rs/funkin/neko-2.4.0-linux64.tar.gz"
|
||||
neko_url="https://geo.thei.rs/funkin/neko-2.4.1-linux64.tar.gz"
|
||||
curl -fL "$neko_url" | tar -xz -C /usr/local
|
||||
EOF
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue