Fix the -map-threads test

This commit is contained in:
Jordan Dominion
2023-07-18 16:15:20 -04:00
parent 905e8684f0
commit edb1e3fce7
2 changed files with 44 additions and 37 deletions
+6
View File
@@ -237,6 +237,12 @@ jobs:
TGS_TEST_IRC_CONNECTION_STRING: ${{ secrets.IRC_CONNECTION_STRING }}
runs-on: ubuntu-latest
steps:
- name: Install x86 libc Dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install -y -o APT::Immediate-Configure=0 libc6-i386 libstdc++6:i386 libgcc-s1:i386
- name: Setup dotnet
uses: actions/setup-dotnet@v2
with: