Skip to content

Commit

Permalink
Update workflows/avx512 and workflows/windows
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed Jan 22, 2024
1 parent cf990be commit dfccaf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/avx512.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
name: Build and test
runs-on: ubuntu-latest
env:
SDE_URL: https://downloadmirror.intel.com/732268
SDE_NAME: sde-external-9.7.0-2022-05-09-lin
SDE_URL: https://downloadmirror.intel.com/813591
SDE_NAME: sde-external-9.33.0-2024-01-07-lin
steps:
- name: Get source
uses: actions/checkout@v3
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
steps:
- name: Get source
uses: actions/checkout@v3
- name: Set up MinGW
uses: egor-tensin/setup-mingw@v2
with:
platform: x64
- name: Add path to MinGW
run: |
$env:PATH = "C:\msys64\usr\bin;$env:PATH"
- name: Get CMake
uses: symbitic/install-cmake@master
- name: Configure CMake
Expand Down

0 comments on commit dfccaf1

Please sign in to comment.