Skip to content

Commit eeac2ad

Browse files
committed
GitHub CI/CD: Run the checks on the "arm64" (aarch64) architecture too.
1 parent 552d507 commit eeac2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cargo-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ jobs:
5959
cache: false
6060
- uses: awalsh128/[email protected]
6161
with:
62-
packages: libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
63-
version: v1-${{ matrix.architecture }}-${{ matrix.platform }}-${{ github.run_id }}
62+
packages: pkgconf libtss2-dev uuid-dev libjson-c-dev libcurl4-openssl-dev
63+
version: v2-${{ matrix.architecture }}-${{ matrix.platform }}-${{ github.run_id }}
6464
- run: pkgconf --cflags --libs tss2-fapi
6565
- run: make check
6666

0 commit comments

Comments
 (0)