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 4cbdaf4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/win-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI
run-name: CI Build
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: |
signtool
shell: bash

0 comments on commit 4cbdaf4

Please sign in to comment.