Skip to content

Commit

Permalink
CI: trying Curl without options.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Aug 5, 2022
1 parent 72d17b9 commit 7bbfa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Expand Up @@ -6,7 +6,7 @@ install:
- ps: >-
## Download Rebol v276
curl -fsSL -o c:\projects\red\rebview.exe https://static.red-lang.org/build/rebview.exe
curl -o c:\projects\red\rebview.exe https://static.red-lang.org/build/rebview.exe
build_script:
- cmd: >-
c:\projects\red\rebview.exe -qws tests\run-all.r --batch
Expand Down

0 comments on commit 7bbfa5a

Please sign in to comment.