Skip to content

Commit

Permalink
WIP: workflow in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Jan 22, 2025
1 parent 8bb30e8 commit c3281bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:
push:
jobs:
run:
runs-on: ubuntu-latest
runs-on: windows-latest
services:
docker:
image: docker:dind
Expand Down Expand Up @@ -60,6 +60,7 @@ jobs:
with:
install_only: false
- name: Run PiT
shell: bash
env:
CC_KEY: ${{ secrets.CC_KEY }}
CC_CERT: ${{ secrets.CC_CERT }}
Expand Down

0 comments on commit c3281bb

Please sign in to comment.