Sfoglia il codice sorgente

ci: removed nix build in favor of nix flake check

9glenda 2 anni fa
parent
commit
c5255b1751
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      .github/workflows/flake.yml

+ 0 - 2
.github/workflows/flake.yml

@@ -13,7 +13,5 @@ jobs:
         uses: DeterminateSystems/flake-checker-action@v5 # This action
         uses: DeterminateSystems/flake-checker-action@v5 # This action
       - name: Install Nix
       - name: Install Nix
         uses: DeterminateSystems/nix-installer-action@v4
         uses: DeterminateSystems/nix-installer-action@v4
-      - name: Build default package
-        run: nix build
       - name: Nix Flake Check
       - name: Nix Flake Check
         run: nix flake check --all-systems
         run: nix flake check --all-systems