missing deps? (#70)

This commit is contained in:
Michael Quigley 2022-11-02 16:51:44 -04:00
parent a239e6d454
commit 96e867ec25
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -9,6 +9,8 @@ jobs:
release-build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install gcc-multilib g++-multilib
- uses: actions/checkout@v3
with:
fetch-depth: 0