Skip to content

Commit 005aaf7

Browse files
committed
action
1 parent 2c0e57c commit 005aaf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
php-version: ${{ matrix.php-versions }}
2121

2222
- name: Setup Dependencies
23-
run: sudo apt-get install zlib1g-dev valgrind -y
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install zlib1g-dev valgrind -y
2426
2527
- name: Setup Submodule
2628
run: git submodule update --init

0 commit comments

Comments
 (0)