mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 16:52:05 -08:00
CI/CD: Remove .mozbuild caching
This commit is contained in:
parent
7598704d79
commit
b371928d43
1 changed files with 0 additions and 10 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue