We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nix shell
main
1 parent 95e5b78 commit 54db25cCopy full SHA for 54db25c
.github/workflows/nix.yml
@@ -4,6 +4,8 @@ on:
4
merge_group:
5
pull_request:
6
push:
7
+ branches:
8
+ - main
9
10
concurrency:
11
group: ${{ github.workflow }}-${{ github.ref }}
@@ -19,15 +21,17 @@ jobs:
19
21
cachixAuthToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
20
22
- run: nix fmt
23
- run:
24
+ shell:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28
- uses: ./.github/actions/install-nix
29
with:
30
- - run: nix run -L . -- --version
- continue-on-error: true # TODO: fix
31
+ - run: |
32
+ nix shell -L .
33
+ wit-bindgen-wrpc --version
34
+ wrpc-wasmtime-nats --version
35
36
develop:
37
0 commit comments