i am done
This commit is contained in:
parent
aafec37783
commit
eb926f2bd0
1 changed files with 4 additions and 3 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -21,14 +21,15 @@ jobs:
|
||||||
|| matrix.system == 'aarch64-linux' && 'ubuntu-24.04-arm'
|
|| matrix.system == 'aarch64-linux' && 'ubuntu-24.04-arm'
|
||||||
|| matrix.system == 'x86_64-darwin' && 'macos-latest' }}
|
|| matrix.system == 'x86_64-darwin' && 'macos-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- uses: actions/checkout@v4
|
||||||
uses: actions/checkout@v5.0.0
|
with:
|
||||||
|
sparse-checkout: .github/actions
|
||||||
|
|
||||||
- name: setup nix
|
- name: setup nix
|
||||||
uses: ./.github/actions/setup-nix
|
uses: ./.github/actions/setup-nix
|
||||||
with:
|
with:
|
||||||
system: ${{ matrix.system }}
|
system: ${{ matrix.system }}
|
||||||
|
|
||||||
- name: Login to tailscale
|
- name: Login to tailscale
|
||||||
uses: tailscale/github-action@v3.2.3
|
uses: tailscale/github-action@v3.2.3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue