Skip to content

Commit e19fc7b

Browse files
don't install packages in webpack action
1 parent 5e9baae commit e19fc7b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/webpack.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
shell: bash
2323
run: |
2424
npm install --ignore-scripts
25-
- name: "Install necessary gssapi C++ dependencies"
26-
shell: bash
27-
run: |
28-
apt-get -qq update && apt-get -qq install -y python3 build-essential libkrb5-dev && ldd --version
2925
3026
- name: "Install dependencies in the Webpack bundle test package"
3127
shell: bash

0 commit comments

Comments
 (0)