diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64c4d12..c1878c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,7 @@ - name: '[Linux] Install dependencies' if: runner.os == 'Linux' run: | - sudo apt-get install -y libcurl4-openssl-dev netcat + sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev netcat # Compiler to test with - name: Prepare compiler