Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rsonghuster authored Sep 15, 2023
1 parent 8c8dfad commit b020357
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci_node14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: |
sudo apt-get update && apt-get install -y wget curl
sudo apt-get update
sudo apt-get install -y wget curl
brew install wget
choco install -y wget
choco install -y curl
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci_node16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: |
sudo apt-get update && apt-get install -y wget curl
sudo apt-get update
sudo apt-get install -y wget curl
brew install wget
choco install -y wget
choco install -y curl
Expand Down
12 changes: 8 additions & 4 deletions .github/workflows/ci_with_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: |
sudo apt-get update && apt-get install -y wget curl
sudo apt-get update
sudo apt-get install -y wget curl
brew install wget
choco install -y wget
choco install -y curl
Expand Down Expand Up @@ -54,7 +55,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: |
sudo apt-get update && apt-get install -y wget curl
sudo apt-get update
sudo apt-get install -y wget curl
brew install wget
choco install -y wget
choco install -y curl
Expand Down Expand Up @@ -83,7 +85,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: |
sudo apt-get update && apt-get install -y wget curl
sudo apt-get update
sudo apt-get install -y wget curl
brew install wget
choco install -y wget
choco install -y curl
Expand Down Expand Up @@ -118,7 +121,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: |
sudo apt-get update && apt-get install -y wget curl
sudo apt-get update
sudo apt-get install -y wget curl
brew install wget
choco install -y wget
choco install -y curl
Expand Down

0 comments on commit b020357

Please sign in to comment.