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.
1152ce7591
...
8380c16525
2 changed files with 4 additions and 4 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -4,8 +4,8 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: nix flake check
|
||||
|
|
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -7,8 +7,8 @@ jobs:
|
|||
update-sources:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: cachix/install-nix-action@v31
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: cachix/install-nix-action@V27
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: ./update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue