We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d68917 commit 233a67dCopy full SHA for 233a67d
.github/workflows/reusable_fast.yml
@@ -15,6 +15,7 @@ jobs:
15
name: Fast builds
16
container:
17
image: rbanka974/umf-ubuntu-20.04:latest
18
+ if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-20.04'
19
env:
20
VCPKG_PATH: "${{github.workspace}}/build/vcpkg/packages/hwloc_x64-windows;${{github.workspace}}/build/vcpkg/packages/tbb_x64-windows;${{github.workspace}}/build/vcpkg/packages/jemalloc_x64-windows"
21
strategy:
0 commit comments