瀏覽代碼

ci: removed nix build in favor of nix flake check

9glenda 2 年之前
父節點
當前提交
c5255b1751
共有 1 個文件被更改,包括 0 次插入2 次删除
  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