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 1bda8fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ on:
push:
jobs:
run:
runs-on: ubuntu-latest
services:
docker:
image: docker:dind
options: --privileged --shm-size=2g
runs-on: windows-latest
# services:
# docker:
# image: docker:dind
# options: --privileged --shm-size=2g
steps:
- name: Check out branch
uses: actions/checkout@v4
Expand All @@ -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 1bda8fa

Please sign in to comment.