Fix MSVC builds and test runs

Change-Id: I79f839b22985a6510965559af54209d89c8703a0
This commit is contained in:
Sergiu Deitsch
2024-07-07 18:34:39 +02:00
parent 540b1f2f7a
commit e47a42c295
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -36,8 +36,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y \
git \
ccache \
git \
ninja-build
- uses: actions/checkout@v4
+1 -1
View File
@@ -34,10 +34,10 @@ jobs:
run: |
apt-get update
apt-get install -y \
git \
build-essential \
ccache \
cmake \
git \
libbenchmark-dev \
libblas-dev \
libeigen3-dev \