mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-05-09 11:06:02 +03:00
Compare commits
4 commits
8380c16525
...
1152ce7591
Author | SHA1 | Date | |
---|---|---|---|
|
1152ce7591 | ||
|
ea16103c6e | ||
|
121be1b1be | ||
|
ca607c562b |
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:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: cachix/install-nix-action@V27
|
- uses: cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
|
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -7,8 +7,8 @@ jobs:
|
||||||
update-sources:
|
update-sources:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.7
|
- uses: actions/checkout@v4.2.2
|
||||||
- uses: cachix/install-nix-action@V27
|
- uses: cachix/install-nix-action@v31
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
- run: ./update
|
- run: ./update
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue