1
0
Fork 0
mirror of https://github.com/mitchellh/zig-overlay.git synced 2025-05-09 11:06:02 +03:00

Compare commits

..

No commits in common. "1152ce759114a94134081270affd970ae1b957ed" and "8380c16525b7c1e964ae8867036ce8d2f24e3e82" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -4,8 +4,8 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.1.7
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@V27
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- run: nix flake check - run: nix flake check

View file

@ -7,8 +7,8 @@ jobs:
update-sources: update-sources:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4.2.2 - uses: actions/checkout@v4.1.7
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@V27
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
- run: ./update - run: ./update