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 == 'x86_64-darwin' && 'macos-latest' }}
|
||||
steps:
|
||||
- name: Checkout the repository
|
||||
uses: actions/checkout@v5.0.0
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
sparse-checkout: .github/actions
|
||||
|
||||
- name: setup nix
|
||||
uses: ./.github/actions/setup-nix
|
||||
with:
|
||||
system: ${{ matrix.system }}
|
||||
|
||||
|
||||
- name: Login to tailscale
|
||||
uses: tailscale/github-action@v3.2.3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue