don't build in ci for now
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 36s

This commit is contained in:
Tommy 2024-08-05 21:35:20 +02:00
parent 3860d96672
commit 109627e984
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -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