commit 8c3c64e6d8d74aeac51faee7bb4979a474907ff5
parent 916f3b4eebba9ef68830d104bb98b3af6e0e01fd
Author: Demonstrandum <moi@knutsen.co>
Date: Mon, 18 May 2020 00:06:40 +0100
Hate the CI system.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
@@ -27,6 +27,7 @@ jobs:
- run: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- run: sudo apt-get update
- run: sudo apt-get install libssl-dev
+ - run: sudo apt-get install libstdc++-4.9-dev
- run: yarn install
- run: yarn build
- run: tsc # Apparently TSC failing doesn't cause yarn build to fail too...