We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f867b50 commit f87c813Copy full SHA for f87c813
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
strategy:
13
fail-fast: false
14
- runs-on: windowws-latest
+ runs-on: windows-latest
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
.github/workflows/release.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
- runs-on: ubuntu-latest
0 commit comments