Skip to content

Commit 835881a

Browse files
committed
Take a look in the /var/cache/apt/archives/ directory
1 parent 42e01f8 commit 835881a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- { qt: 6.5.3, arch: arm64 }
5959
- { qt: 6.6.3, arch: arm64 }
6060
steps:
61+
- run: ls /var/cache/apt/archives/
6162
- name: Upgrade OS
6263
run: |
6364
sudo apt-mark hold firefox grub-efi-${{ matrix.arch == 'arm64' && 'arm64' || 'amd64' }}-signed
@@ -210,6 +211,7 @@ jobs:
210211
if-no-files-found: error
211212

212213
mac:
214+
if: false
213215
runs-on: ${{ matrix.os }}
214216
env:
215217
CMAKE_BUILD_PARALLEL_LEVEL: ${{ matrix.os == 'macos-13' && 4 || 3 }}
@@ -412,6 +414,7 @@ jobs:
412414
if-no-files-found: error
413415

414416
win:
417+
if: false
415418
runs-on: windows-latest
416419
defaults: { run: { shell: cmd } }
417420
strategy:

0 commit comments

Comments
 (0)