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.
1 parent 50bd93b commit f0d49e6Copy full SHA for f0d49e6
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
session: ${{ steps.set-matrix.outputs.session }}
22
steps:
23
- uses: actions/checkout@v3
24
- - uses: henryiii/nox@henryiii/feat/json
+ - uses: wntrblm/nox@2023.04.22
25
- id: set-matrix
26
run: echo session=$(nox --json -l | jq -c '[.[].session]') | tee --append $GITHUB_OUTPUT
27
@@ -41,7 +41,7 @@ jobs:
41
session: dist(hello-cmake-package)
42
43
44
- - uses: wntrblm/nox@2022.11.21
45
- run: nox -s '${{ matrix.session }}'
46
47
pass:
0 commit comments