Skip to content

Commit

Permalink
CI: Disable Nix build temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Dec 12, 2023
1 parent 0af68c4 commit 99fc71b
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,22 @@ jobs:
- name: Build and test
uses: ./.github/actions/build-and-test
nix:
name: Qt 6.5.0 / NixOS
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install Nix
uses: cachix/install-nix-action@v20
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Build
run: nix --experimental-features 'nix-command flakes' build -L .?submodules=1
- name: Flake check
run: nix --experimental-features 'nix-command flakes' flake check .?submodules=1
- name: Format
run: nix --experimental-features 'nix-command flakes' fmt && git diff --exit-code

# Disabled until it gets fixed.
# nix:
# name: Qt 6.5.0 / NixOS
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v3
# with:
# submodules: true
# - name: Install Nix
# uses: cachix/install-nix-action@v20
# with:
# nix_path: nixpkgs=channel:nixos-unstable
# - name: Build
# run: nix --experimental-features 'nix-command flakes' build -L .?submodules=1
# - name: Flake check
# run: nix --experimental-features 'nix-command flakes' flake check .?submodules=1
# - name: Format
# run: nix --experimental-features 'nix-command flakes' fmt && git diff --exit-code

0 comments on commit 99fc71b

Please sign in to comment.