Skip to content

Commit 5ab6c29

Browse files
authored
More gha (#1235)
1 parent d0279da commit 5ab6c29

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
python-version: 3.8
2424

2525
- name: Install build dependencies
26-
run: |
27-
sudo apt-get update
28-
sudo apt-get install gcc libkrb5-dev
29-
python3 -m pip install --user tox
26+
run: python3 -m pip install --user tox
3027

3128
- name: Check out src from Git
3229
uses: actions/checkout@v2

0 commit comments

Comments
 (0)