diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50a3d10..0f86002 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,22 +79,12 @@ jobs: sudo apt-get update sudo apt-get install -y msitools p7zip-full aria2 - - name: Restore .mozbuild cache - uses: actions/cache/restore@v3 - with: - path: ~/.mozbuild - key: mozbuild-${{ matrix.target }} - - name: Setup and bootstrap run: | make setup-minimal make mozbootstrap mkdir -p dist - - name: List .mozbuild contents - run: | - ls -R ~/.mozbuild - - name: Create swap space run: | sudo fallocate -l 16G /swapfile