File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7373 cache : yarn
7474 node-version : ${{ env.NODE_VERSION }}
7575
76- - name : Install Dependencies (Ubuntu )
76+ - name : Install dependencies (Linux only )
7777 if : runner.os == 'Linux'
7878 run : |
7979 sudo apt-get update
Original file line number Diff line number Diff line change 7272 cache : yarn
7373 node-version : ${{ env.NODE_VERSION }}
7474
75- - name : Install Dependencies (Ubuntu )
75+ - name : Install dependencies (Linux only )
7676 if : runner.os == 'Linux'
7777 run : |
7878 sudo apt-get update
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 repo-token : ${{ secrets.GITHUB_TOKEN }}
108108 version : 3.x
109109
110- - name : Install Dependencies (Ubuntu )
110+ - name : Install dependencies (Linux only )
111111 if : runner.os == 'Linux'
112112 run : |
113113 sudo apt-get update
You can’t perform that action at this time.
0 commit comments