gh_actions: fix test build

This commit is contained in:
barbudreadmon 2022-01-23 09:44:13 +01:00
parent d69807e7ec
commit 1961dd0463

View File

@ -132,7 +132,7 @@ jobs:
- name: Install Linux dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install mingw-w64
sudo apt-get -y install mingw-w64 nasm
- uses: actions/checkout@v2