Compare commits

..

3 Commits

Author SHA1 Message Date
d9c49cd5c9 hello desc 2026-03-24 16:16:37 +01:00
d6d8976b7e Try with jungle instead 2026-03-24 16:10:46 +01:00
0a47e17054 wip: change workflows checkout action to self hosted version 2026-03-17 18:37:02 +01:00
2 changed files with 4 additions and 2 deletions

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/actions/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/actions/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross

View File

@@ -1,4 +1,6 @@
{
description = "hello";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
};