diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 344a534..5293618 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: default: true - name: Install build tools for host - run: sudo apt-get install -y build-essential + run: sudo apt-get update && sudo apt-get install -y build-essential - name: Install cargo-3ds uses: actions-rs/cargo@v1