Fix bug in actions workflow

This commit is contained in:
TheAssassin
2020-12-11 09:53:36 +01:00
parent fb80d6a4f4
commit 8f86082322

View File

@@ -28,7 +28,7 @@ jobs:
name: Ubuntu latest i386 AppImage build
runs-on: ubuntu-latest
env:
ARCH: x86_64
ARCH: i386
steps:
- uses: actions/checkout@v2
with: