Skip to content

Commit

Permalink
wasmer babi
Browse files Browse the repository at this point in the history
  • Loading branch information
fmway committed Aug 31, 2024
1 parent 838b21e commit 0ef9477
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,20 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#trunk .#ytui-music .#extra.encore --verbose
- run: nix-collect-garbage -d
# wasmer:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: cachix/install-nix-action@v25
# with:
# nix_path: nixpkgs=channel:nixos-unstable
# - uses: cachix/cachix-action@v14
# with:
# name: fmcachix
# # If you chose API tokens for write access OR if you have a private cache
# authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
# - run: nix build .#wasmer --verbose
# - run: nix-collect-garbage -d
cli2:
runs-on: ubuntu-latest
steps:
Expand All @@ -43,7 +57,7 @@ jobs:
name: fmcachix
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build .#nix-init .#wasmer --verbose
- run: nix build .#nix-init --verbose
- run: nix-collect-garbage -d
git:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0ef9477

Please sign in to comment.