From 48ebaf3eccb4a619f0ebdfd873f2c42ef7c7d4b5 Mon Sep 17 00:00:00 2001 From: Bobby Dilley Date: Tue, 19 Jul 2022 12:23:35 +0100 Subject: [PATCH] add deps --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 23e2e19..70869fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,8 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 1 + - name: Install Dependencies + run: sudo apt install -y gcc-multilib - name: Build run: make - name: Upload artifact