Skip to content

Commit aa465bb

Browse files
committed
attempt #2 at codeberg
1 parent 0d567fd commit aa465bb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.forgejo/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,11 @@ jobs:
5656
- name: Install SDK & Binaries
5757
run: |
5858
geode sdk update stable
59-
geode sdk install-binaries -p ${{ matrix.config.platform }}
59+
# geode sdk install-binaries -p ${{ matrix.config.platform }} # commenting this out for now as codeberg is ratelimited by github
60+
curl -L "https://prefire.prevter.me/f/3402c83a2691435b91d720cd73782900/download" -o android64.zip
61+
mkdir -p $GEODE_SDK/bin
62+
mkdir -p $GEODE_SDK/bin/5.5.3
63+
unzip -o android64.zip -d $GEODE_SDK/bin/5.5.3
6064
git clone https://github.com/geode-sdk/bindings --depth=1 /workspace/bindings
6165
6266
- name: Configure & Build

0 commit comments

Comments
 (0)