Compare commits
No commits in common. "main" and "0.2.0" have entirely different histories.
2 changed files with 5 additions and 7 deletions
|
@ -11,10 +11,10 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v5
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.21'
|
go-version: '1.21'
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,9 @@ jobs:
|
||||||
tests:
|
tests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
- run: apt-get update && apt-get install -y sudo
|
- uses: cachix/install-nix-action@v22
|
||||||
- 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.GH_TOKEN }}
|
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- run: nix build
|
- run: nix build
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
|
Loading…
Add table
Reference in a new issue