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:
|
Explore-GitHub-Actions:
|
||||||
runs-on: act-22.04
|
runs-on: act-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v13
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v13
|
||||||
- name: Run the Magic Nix Cache
|
- name: Run the Magic Nix Cache
|
||||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
|
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
|
||||||
- name: Build server and client
|
# - name: Build server and client
|
||||||
run: |
|
# run: |
|
||||||
nix develop
|
# nix develop
|
||||||
|
|
Loading…
Reference in a new issue