Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Sep 10, 2024
1 parent 6c43c23 commit faae373
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,23 @@ jobs:
with:
submodules: true
# - run: sudo apt-get update && sudo apt-get install -y qemu-user-static
# - name: Setup Nix
# uses: cachix/install-nix-action@V27
# with:
# github_access_token: ${{ secrets.GITHUB_TOKEN }}
# extra_nix_config: |
# system = ${{ matrix.system }}
- uses: DeterminateSystems/nix-installer-action@v14
# - name: Setup Cachix
# uses: cachix/cachix-action@v15
# with:
# name: bootstrap-academy
# authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
# useDaemon: false
- run: nix eval --raw .#default.outPath
- name: Setup Nix
uses: cachix/install-nix-action@V27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
extra_nix_config: |
system = ${{ matrix.system }}
# - uses: DeterminateSystems/nix-installer-action@v14
- name: Setup Cachix
uses: cachix/cachix-action@v15
with:
name: bootstrap-academy
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
useDaemon: false
# - run: nix eval --raw .#default.outPath
- run: |
nix build .#generated
ls -alR result/
# - run: |
# set -x
# nix build .#src
Expand Down

0 comments on commit faae373

Please sign in to comment.