Skip to content

Commit

Permalink
use debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed May 1, 2024
1 parent a428b2b commit e92d3da
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@master
with:
name: devenv
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
installCommand: nix profile install github:cachix/cachix -L --accept-flake-config
installCommand: nix profile install github:cachix/cachix/debug-daemon-stop -L --accept-flake-config
cachixArgs: '--verbose'
- id: build
run: |
Expand All @@ -46,11 +46,11 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@master
with:
name: devenv
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
installCommand: nix profile install github:cachix/cachix -L --accept-flake-config
installCommand: nix profile install github:cachix/cachix/debug-daemon-stop -L --accept-flake-config
cachixArgs: '--verbose'
- run: |
nix build
Expand Down Expand Up @@ -89,11 +89,11 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@master
with:
name: devenv
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
installCommand: nix profile install github:cachix/cachix -L --accept-flake-config
installCommand: nix profile install github:cachix/cachix/debug-daemon-stop -L --accept-flake-config
cachixArgs: '--verbose'
- run: |
nix build
Expand All @@ -111,11 +111,11 @@ jobs:
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@master
with:
name: devenv
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
installCommand: nix profile install github:cachix/cachix -L --accept-flake-config
installCommand: nix profile install github:cachix/cachix/debug-daemon-stop -L --accept-flake-config
cachixArgs: '--verbose'
- run: |
mkdir -p ~/.config/direnv/
Expand Down Expand Up @@ -145,11 +145,11 @@ jobs:
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@master
with:
name: devenv
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
installCommand: nix profile install github:cachix/cachix -L --accept-flake-config
installCommand: nix profile install github:cachix/cachix/debug-daemon-stop -L --accept-flake-config
cachixArgs: '--verbose'
- run: nix build
- run: |
Expand Down

0 comments on commit e92d3da

Please sign in to comment.