Skip to content

Commit dce60a1

Browse files
committed
1
1 parent d91ad3e commit dce60a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@ jobs:
171171
platforms: all
172172
if: runner.os == 'Linux'
173173

174+
- name: Install dev dependencies
175+
run: |
176+
sudo apt-get install build-essential software-properties-common -y
177+
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
178+
sudo apt-get update
179+
sudo apt-get install gcc-snapshot -y
180+
174181
- uses: actions/setup-python@v5
175182
name: Install Python
176183
with:

0 commit comments

Comments
 (0)