Merge pull request #916 from Areloch/CICDLinuxAptGetUpdate

Tweak to the linux platform CICD testing
This commit is contained in:
Brian Roberts 2022-11-02 10:25:34 -05:00 committed by GitHub
commit c2e2ed98ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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