test actions workflow
Some checks failed
Galvanic Corrosion Cross-Compile / build (push) Failing after 2m49s

might not work 😭
This commit is contained in:
2025-04-13 05:24:12 +00:00
parent 3b6d905180
commit d88aa47287

View File

@@ -0,0 +1,29 @@
name: Galvanic Corrosion Cross-Compile
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
with:
repository: 'zombieb/galvanic-corrosion'
- uses: denoland/setup-deno@v2
with:
deno-version: v2.x
- name: Run cross-compile task
run: |
deno run cross-compile
- name: Upload builds
uses: actions/upload-artifact@v4
with:
name: GC binaries
path: build/*