Skip to content

Commit

Permalink
update windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jul 3, 2024
1 parent 30314d0 commit fa954b8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ concurrency:
jobs:

build-on-windows:
name: ci on windows
name: ${{matrix.os}}
runs-on: ${{matrix.os}}
strategy:
fail-fast: false
matrix:
os: [windows-2019]
boost-version: [1.84.0]
boost-version_: [1_84_0]
boost-modules: [--with-iostreams]
Expand All @@ -79,19 +81,13 @@ jobs:
#this is where we will download ninja later
NINJA: d:/ninja.exe

runs-on: windows-latest
#container: python:latest #pull directly from dockerhub
steps:

- name: setup python
uses: actions/setup-python@v3
with:
python-version: '3.12'

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: latest

# make sure meson can find msvc
- uses: TheMrMilchmann/setup-msvc-dev@v2
Expand Down

0 comments on commit fa954b8

Please sign in to comment.