Testing workflow

This commit is contained in:
Marco De Araujo 2025-12-31 14:21:32 -04:00
parent f3f88fcdbf
commit 8857104e64

View file

@ -12,15 +12,15 @@ jobs:
include: include:
- target: native - target: native
cross: false cross: false
- target: aarch64-unknown-linux-gnu name: "ARM64 NATIVE"
cross: false
linker: aarch64-linux-gnu-gcc
- target: x86_64-unknown-linux-gnu - target: x86_64-unknown-linux-gnu
cross: true cross: true
linker: x86_64-linux-gnu-gcc linker: x86_64-linux-gnu-gcc
name: "Linux x86_64"
- target: x86_64-pc-windows-gnu - target: x86_64-pc-windows-gnu
cross: true cross: true
linker: x86_64-w64-mingw32-gcc linker: x86_64-w64-mingw32-gcc
name: "Windows x86_64"
steps: steps:
- name: Checkout code - name: Checkout code
@ -130,7 +130,7 @@ jobs:
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
- name: Download all artifacts - name: Download all artifacts
uses: https://code.forgejo.org/actions/download-artifact@v4 uses: https://data.forgejo.org/forgejo/download-artifact@v4
with: with:
path: all-artifacts/ path: all-artifacts/