Browse Source

Attempt to fix build

Jorrit Rouwe 1 year ago
parent
commit
78a7ddd742
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -66,6 +66,8 @@ jobs:
     steps:
     steps:
     - name: Checkout Code
     - name: Checkout Code
       uses: actions/checkout@v4
       uses: actions/checkout@v4
+    - name: Update APT
+      run: sudo apt update
     - name: Install G++-Multilib
     - name: Install G++-Multilib
       run: sudo apt -y install g++-multilib
       run: sudo apt -y install g++-multilib
     - name: Configure CMake
     - name: Configure CMake