diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-11-16 11:09:52 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-11-16 11:10:30 +0300 |
| commit | 2652efe9dbee60b9172adda37a17c59b069288cb (patch) | |
| tree | 4aa1fdfec154653cb1ce3a149b95592e954c9717 /.github/workflows | |
| parent | a52df533c4694b5ed0a04140af60fd26146df911 (diff) | |
| download | niri-2652efe9dbee60b9172adda37a17c59b069288cb.tar.gz niri-2652efe9dbee60b9172adda37a17c59b069288cb.tar.bz2 niri-2652efe9dbee60b9172adda37a17c59b069288cb.zip | |
CI: Disable caching on FreeBSD
It didn't quite work, now it started failing altogether.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 587dd04f..c84670ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,11 +258,6 @@ jobs: # Required for the rust-cache action to work. - uses: dtolnay/rust-toolchain@stable - # FIXME: doesn't seem to cache the builds, only the downloads for some unknown reason. - - uses: Swatinem/rust-cache@v2 - with: - cache-all-crates: true - # Remove man-db triggers to speed up Ubuntu upgrade by a minute or two during vmactions/freebsd-vm action run. - run: | sudo rm /var/lib/dpkg/info/man-db.* @@ -270,6 +265,7 @@ jobs: - name: Build uses: vmactions/freebsd-vm@966989c456d41351f095a421f60e71342d3bce41 # v1.2.1 with: + copyback: false prepare: | pkg update -f pkg install -y ${{ env.DEPS_PKG }} |
