Skip to content

Commit

Permalink
(cachix:add) wasmer
Browse files Browse the repository at this point in the history
  • Loading branch information
fmway committed Sep 7, 2024
1 parent 0bde7fe commit 9346d6d
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +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
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 Down

0 comments on commit 9346d6d

Please sign in to comment.