Skip to content

Commit

Permalink
win test
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Dec 30, 2023
1 parent 4bec797 commit 538aead
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/win-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: CI Test
run-name: CI Test
on: [ push ]
jobs:
build-windows:
runs-on: windows-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
with:
show-progress: false
- name: Install tools
run: |
dir 'C:\Program Files (x86)\'
dir 'C:\Program Files (x86)\Windows Kits\'
dir 'C:\Program Files (x86)\Windows Kits\10\'
dir 'C:\Program Files (x86)\Windows Kits\10\bin\'
dir 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\'
dir 'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\'
'C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool'
shell: bash

0 comments on commit 538aead

Please sign in to comment.