Skip to content

Commit

Permalink
let's fix CI, updating GSL on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
konovod committed Jun 19, 2024
1 parent 5a79d65 commit 8b525da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
path: |
gsl/lib/x64/Debug/gsl.lib
gsl/lib/x64/Debug/cblas.lib
key: static-x64-Debug-de1c175ee239ea0f243bf72016bad2e53338e830
key: static-x64-Debug-78fd965ff426117fa9a250365f6d4525fa7808e0
- name: Checkout GSL
if: steps.cache-gsl.outputs.cache-hit != 'true'
uses: actions/checkout@v2
with:
repository: BrianGladman/gsl
path: gsl
ref: de1c175ee239ea0f243bf72016bad2e53338e830 # master @ 2022-04-19
ref: 78fd965ff426117fa9a250365f6d4525fa7808e0 # master @ 2024-06-19
- name: Add msbuild to PATH
if: steps.cache-gsl.outputs.cache-hit != 'true'
uses: microsoft/setup-msbuild@v1.1
Expand Down

0 comments on commit 8b525da

Please sign in to comment.