Compare commits
6 commits
Author | SHA1 | Date | |
---|---|---|---|
|
61c2651a2b | ||
|
724d6d25c0 | ||
|
72f9436a4f | ||
|
1d3b8de8d8 | ||
|
2c5ca4fce3 | ||
74ac3a889b |
2 changed files with 7 additions and 5 deletions
|
@ -11,10 +11,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,11 @@ jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v22
|
- run: apt-get update && apt-get install -y sudo
|
||||||
|
- run: mkdir /var/empty && chown root:root /var/empty && chmod 555 /var/empty
|
||||||
|
- uses: cachix/install-nix-action@v25
|
||||||
with:
|
with:
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
github_access_token: ${{ secrets.GH_TOKEN }}
|
||||||
- run: nix build
|
- run: nix build
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
|
Loading…
Add table
Reference in a new issue