diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2023-07-31 14:40:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-31 14:40:27 +0100 |
commit | b572f75dbaad61cf305f1fd4f60ba94d74bfa3fa (patch) | |
tree | 4e1ad65d3e51a1c3a1d7cae3a203fadddb3bbc2f /.github/workflows | |
parent | 719d87de3bb6f65bc63ad518126074fd9f5f6283 (diff) | |
parent | 9137721e8e5b44f2338a36874a393435cbc6daa3 (diff) | |
download | PrismLauncher-b572f75dbaad61cf305f1fd4f60ba94d74bfa3fa.tar.gz PrismLauncher-b572f75dbaad61cf305f1fd4f60ba94d74bfa3fa.tar.bz2 PrismLauncher-b572f75dbaad61cf305f1fd4f60ba94d74bfa3fa.zip |
Merge branch 'PrismLauncher:develop' into icon-indexing
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbfe4ab4..c710d54b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -586,33 +586,3 @@ jobs: with: bundle: "Prism Launcher.flatpak" manifest-path: flatpak/org.prismlauncher.PrismLauncher.yml - - nix: - runs-on: ubuntu-latest - strategy: - matrix: - package: - - prismlauncher - - prismlauncher-qt5 - steps: - - name: Clone repository - if: inputs.build_type == 'Debug' - uses: actions/checkout@v3 - with: - submodules: 'true' - - name: Install nix - if: inputs.build_type == 'Debug' - uses: cachix/install-nix-action@v22 - with: - install_url: https://nixos.org/nix/install - extra_nix_config: | - auto-optimise-store = true - experimental-features = nix-command flakes - - uses: cachix/cachix-action@v12 - if: inputs.build_type == 'Debug' - with: - name: prismlauncher - authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - - name: Build - if: inputs.build_type == 'Debug' - run: nix build .#${{ matrix.package }} --print-build-logs |