Skip to content

Commit 5bb00e8

Browse files
authored
Try updating CI to fix with newer images (#64)
1 parent 7ad1984 commit 5bb00e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
tar xf wasmtime-dev-x86_64-linux-c-api.tar.xz -C c-api --strip-components=1
105105
if: matrix.os == 'ubuntu-latest'
106106
107-
- run: sudo apt-get update -y && sudo apt-get install -y gcc-10
107+
- run: sudo apt-get update -y && sudo apt-get install -y g++-10
108108
if: matrix.gcc
109109

110110
# Configure CMake appropriately

0 commit comments

Comments
 (0)