Skip to content

Commit

Permalink
chore: check curl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow committed Jul 9, 2024
1 parent a8a94c6 commit b24817a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-windows-curl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check Windows cURL versions
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- run: curl --version
- shell: pwsh
run: curl --version

0 comments on commit b24817a

Please sign in to comment.