Skip to content

feature: Update to support L0 Spec v1.15.26 #408

feature: Update to support L0 Spec v1.15.26

feature: Update to support L0 Spec v1.15.26 #408

on:
push:
branches: [ master,release_branch* ]
pull_request:
branches: [ master,release_branch* ]
workflow_dispatch:
permissions: read-all
jobs:
build-windows:
if: github.repository_owner == 'oneapi-src'
runs-on: [windows-latest]
steps:
- uses: actions/checkout@v3
- name: Build Loader on Latest Windows
run: |
mkdir build
cd build
cmake -D BUILD_INSTALLER=1 ..
cmake --build . --config Release --target package