Skip to content

Commit

Permalink
Merge pull request #748 from andyzhangx/fix-win-gh-action
Browse files Browse the repository at this point in the history
test: fix github action test failure
  • Loading branch information
andyzhangx authored Feb 10, 2024
2 parents aa3f6ab + dd7e10b commit 9b54610
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

build:
name: Build
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.x
Expand All @@ -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 9b54610

Please sign in to comment.