Skip to content

Commit

Permalink
test: fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Feb 10, 2024
1 parent 3b6b912 commit dd7e10b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- name: Install packages
run: |
sudo apt update
sudo apt install cifs-utils procps conntrack -y
GO111MODULE=off go get github.com/rexray/gocsi/csc
sudo apt install cifs-utils procps -y
- name: Build Test
run: |
Expand Down

0 comments on commit dd7e10b

Please sign in to comment.