diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index 08e6c9b6..a9c2bc6b 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -20,7 +20,7 @@ jobs: with: submodules: recursive - name: Install packages - run: sudo apt-get install -y protobuf-compiler libsdl2-dev + run: sudo apt-get update && sudo apt-get install -y protobuf-compiler libsdl2-dev - name: Install .NET 7.0 uses: actions/setup-dotnet@v3 with: @@ -54,7 +54,7 @@ jobs: with: submodules: recursive - name: Install packages - run: sudo apt-get install -y protobuf-compiler libsdl2-dev + run: sudo apt-get update && sudo apt-get install -y protobuf-compiler libsdl2-dev - name: Install .NET 7.0 uses: actions/setup-dotnet@v3 with: