Merge pull request #922 from Areloch/LinuxCLIFixTwo

Properly appending the apt commands in the yml
This commit is contained in:
Brian Roberts 2022-11-18 00:35:09 -06:00 committed by GitHub
commit e16351605b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \