wip: change workflows checkout action to self hosted version
Some checks failed
CI / build:all (push) Failing after 0s
CI / build:cross (push) Failing after 0s

This commit is contained in:
2026-03-17 14:32:53 +01:00
parent cf47139ebe
commit 100d3d5759

View File

@@ -11,10 +11,10 @@ jobs:
build:all:
runs-on: native
steps:
- uses: https://gitea.com/ScMi1/checkout@v1.4
- uses: https://jungle.bsc.es/git/abonerib/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all
build:cross:
runs-on: native
steps:
- uses: https://gitea.com/ScMi1/checkout@v1.4
- uses: https://jungle.bsc.es/git/abonerib/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross