Skip to content

Commit 3049b83

Browse files
committed
CI: Install 32 bit C++ standard library when testing packages.
git-svn-id: https://svn.rinrab.com/rinrab/xdigest/trunk@6318 0083e6b4-6090-234a-836e-88fcc467669c
1 parent 5415be7 commit 3049b83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v6
1414

15-
- run: sudo apt-get install gcc-multilib
15+
- run: sudo apt-get install gcc-multilib libstdc++6:i386
1616

1717
- run: make test-vcpkg VCPKG_TRIPLET=x64-linux
1818
- run: make test-vcpkg VCPKG_TRIPLET=x64-linux NO_ASM=1

0 commit comments

Comments
 (0)