diff --git a/.forgejo/workflows/export.yaml b/.forgejo/workflows/export.yaml index 118f69d..117b2e3 100644 --- a/.forgejo/workflows/export.yaml +++ b/.forgejo/workflows/export.yaml @@ -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 \ No newline at end of file + - 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