Skip to content

Commit

Permalink
Fix temporary until github actions runners rollbacked
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienPean committed Oct 30, 2022
1 parent e1d29aa commit 6c91830
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
jobs:
Linux:
runs-on: ubuntu-latest
env:
VCPKG_ROOT:
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -82,6 +84,7 @@ jobs:
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/18599/w_BaseKit_p_2022.1.3.210_offline.exe
WINDOWS_CPP_COMPONENTS: "intel.oneapi.win.mkl.devel:intel.oneapi.win.tbb.devel"
VCPKG_DEFAULT_TRIPLET: x64-windows
VCPKG_ROOT:
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 6c91830

Please sign in to comment.