diff options
| author | TheKodeToad <TheKodeToad@proton.me> | 2023-08-02 20:27:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-02 20:27:37 +0100 |
| commit | afaf6f894c797fc0aa7eb329b661b533be469005 (patch) | |
| tree | 0be358a0b616010aa5a022dbd3336a15cb791638 /.github/workflows | |
| parent | 8b3c465a50e6be2a09c3968f1fd1e91b0428cbb0 (diff) | |
| parent | ac36a2289faf331af17b51e2c9ebb78d005f9bfa (diff) | |
| download | PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.tar.gz PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.tar.bz2 PrismLauncher-afaf6f894c797fc0aa7eb329b661b533be469005.zip | |
Merge branch 'PrismLauncher:develop' into better-component-installation
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 |
