Explorar el Código

ci: removed nix build in favor of nix flake check

9glenda hace 2 años
padre
commit
c5255b1751
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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
       - name: Install Nix
         uses: DeterminateSystems/nix-installer-action@v4
-      - name: Build default package
-        run: nix build
       - name: Nix Flake Check
         run: nix flake check --all-systems