mirror of
https://github.com/mitchellh/zig-overlay.git
synced 2025-05-08 18:46: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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- uses: cachix/install-nix-action@V27
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: cachix/install-nix-action@v31
|
||||
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.1.7
|
||||
- uses: cachix/install-nix-action@V27
|
||||
- uses: actions/checkout@v4.2.2
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- run: ./update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue