We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717ed51 commit a8a1bbfCopy full SHA for a8a1bbf
2 files changed
.github/workflows/build-gcc-deb-packages.yml
@@ -42,6 +42,7 @@ jobs:
42
43
- name: Install caching dependencies
44
run: |
45
+ apt-get update
46
apt-get -y install tar zstd
47
48
- name: Restore APT cache
@@ -67,7 +68,6 @@ jobs:
67
68
69
- name: Bootstrap container
70
- apt-get update
71
apt-get install -y ruby build-essential jq curl gzip sudo git gnupg
72
gem install --no-document fpm
73
.github/workflows/build-zig-packages.yml
@@ -73,7 +73,8 @@ jobs:
74
75
76
- apt -y install tar zstd
77
+ apt-get -y install tar zstd
78
79
80
uses: actions/cache@v4
@@ -94,7 +95,6 @@ jobs:
94
95
96
- name: Install dependencies
97
- sudo apt-get update
98
sudo apt-get install -y ruby rpm build-essential
99
sudo gem install fpm
100
composer install
0 commit comments