Skip to content

Commit

Permalink
ci: debug erminal
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed May 27, 2024
1 parent 6c46f6f commit e3414d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
with:
install_url: https://releases.nixos.org/nix/nix-2.18.0/install

- name: Use GitHub cache
uses: DeterminateSystems/magic-nix-cache-action@main
# - name: Use GitHub cache
# uses: DeterminateSystems/magic-nix-cache-action@main

- name: Build nix package
run: nix build -L .#${{ matrix.package }}
# - name: Build nix package
# run: nix build -L .#${{ matrix.package }}

- name: Setup tmate session
if: failure()
# if: failure()
uses: mxschmitt/action-tmate@v3
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@
pkgs.darwin.apple_sdk.frameworks.Carbon
pkgs.darwin.apple_sdk.frameworks.WebKit
pkgs.darwin.apple_sdk.libs.xpc
pkgs.libiconv
]);
# do not check built package as it either builds successfully or not
doCheck = false;
Expand Down

0 comments on commit e3414d5

Please sign in to comment.