File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,18 +70,18 @@ jobs:
70
70
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
71
71
vcpkgJsonGlob : ' **/vcpkg.json'
72
72
73
- - name : Install dependencies
73
+ - name : Install dependencies (windows-latest)
74
74
if : matrix.os == 'windows-latest'
75
75
run : vcpkg install
76
76
shell : pwsh # Specifies PowerShell as the shell for running the script.
77
77
78
- - name : Install apt packages (ubuntu-latest)
78
+ - name : Install dependencies (ubuntu-latest)
79
79
if : matrix.os == 'ubuntu-latest'
80
80
run : |
81
81
sudo apt-get update
82
82
sudo apt-get install -y cmake libjemalloc-dev libhwloc-dev libnuma-dev libtbb-dev
83
83
84
- - name : Install apt packages (ubuntu-20.04)
84
+ - name : Install dependencies (ubuntu-20.04)
85
85
if : matrix.os == 'ubuntu-20.04'
86
86
run : |
87
87
sudo apt-get update
You can’t perform that action at this time.
0 commit comments