Skip to content

Commit a8a1bbf

Browse files
committed
update before
1 parent 717ed51 commit a8a1bbf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-gcc-deb-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
4343
- name: Install caching dependencies
4444
run: |
45+
apt-get update
4546
apt-get -y install tar zstd
4647
4748
- name: Restore APT cache
@@ -67,7 +68,6 @@ jobs:
6768
6869
- name: Bootstrap container
6970
run: |
70-
apt-get update
7171
apt-get install -y ruby build-essential jq curl gzip sudo git gnupg
7272
gem install --no-document fpm
7373

.github/workflows/build-zig-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ jobs:
7373

7474
- name: Install caching dependencies
7575
run: |
76-
apt -y install tar zstd
76+
apt-get update
77+
apt-get -y install tar zstd
7778
7879
- name: Restore APT cache
7980
uses: actions/cache@v4
@@ -94,7 +95,6 @@ jobs:
9495
9596
- name: Install dependencies
9697
run: |
97-
sudo apt-get update
9898
sudo apt-get install -y ruby rpm build-essential
9999
sudo gem install fpm
100100
composer install

0 commit comments

Comments
 (0)