Skip to content

Commit

Permalink
nope switch yml & doccker to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 7, 2020
1 parent 0728da9 commit a8a3f80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
# setup Python
- name: Setup Python
uses: actions/setup-python@v2

# Checkout code
- name: Checkout this Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit a8a3f80

Please sign in to comment.