Properly appending the apt commands in the yml

This commit is contained in:
Areloch 2022-11-18 00:31:27 -06:00
parent d40351414f
commit c597ae079f

View file

@ -28,7 +28,7 @@ jobs:
- name: Setup Environment
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
sudo apt-get update \
sudo apt-get update && \
sudo apt-get install -y \
build-essential \
nasm \