Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

commit 43ec71bae64fbdda94d78f5868f8b42a8d60677e
parent 789749d2684ddd311549021a0a571c31b3459a38
Author: Demonstrandum <moi@knutsen.co>
Date:   Mon, 18 May 2020 01:16:08 +0100

Update workflow.

Diffstat:
M.github/workflows/nodejs.yml | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml @@ -26,8 +26,7 @@ jobs: node-version: ${{ matrix.node-version }} - 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: sudo apt-get install build-essential libssl-dev libkrb5-dev libc++-dev - run: yarn install - run: yarn build - run: tsc # Apparently TSC failing doesn't cause yarn build to fail too...