We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 552d507 commit eeac2adCopy full SHA for eeac2ad
.github/workflows/cargo-workflow.yaml
@@ -59,8 +59,8 @@ jobs:
59
cache: false
60
- uses: awalsh128/[email protected]
61
with:
62
- packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
63
- version: v1-${{ matrix.architecture }}-${{ matrix.platform }}-${{ github.run_id }}
+ packages: pkgconf libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
+ version: v2-${{ matrix.architecture }}-${{ matrix.platform }}-${{ github.run_id }}
64
- run: pkgconf --cflags --libs tss2-fapi
65
- run: make check
66
0 commit comments