Skip to content

Commit

Permalink
experiment: this shouldnt matter
Browse files Browse the repository at this point in the history
  • Loading branch information
colemickens committed Jan 31, 2025
1 parent 1717474 commit 121a24e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ jobs:
accept-flake-config = true
- name: prepare
run: nix develop -c .github/init
- name: build
# - name: build
# env:
# CACHIX_SIGNING_KEY_NIXPKGS_WAYLAND: "${{ secrets.cachix_signing_key_nixpkgs_wayland }}"
# run: |
# nix build -vvv .#bundle.x86_64-linux
- name: build-in-shell
env:
CACHIX_SIGNING_KEY_NIXPKGS_WAYLAND: "${{ secrets.cachix_signing_key_nixpkgs_wayland }}"
run: |
nix build -vvv .#bundle.x86_64-linux
nix develop -c nix build -vvv .#bundle.x86_64-linux

0 comments on commit 121a24e

Please sign in to comment.