Tweak to the linux platform CICD testing
@@ -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 \