ソースを参照

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