don't build in ci for now
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 36s
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 36s
This commit is contained in:
parent
3860d96672
commit
109627e984
1 changed files with 8 additions and 8 deletions
|
@ -5,11 +5,11 @@ jobs:
|
|||
Explore-GitHub-Actions:
|
||||
runs-on: act-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v13
|
||||
- name: Run the Magic Nix Cache
|
||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
|
||||
- name: Build server and client
|
||||
run: |
|
||||
nix develop
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v13
|
||||
- name: Run the Magic Nix Cache
|
||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
|
||||
# - name: Build server and client
|
||||
# run: |
|
||||
# nix develop
|
||||
|
|
Loading…
Reference in a new issue