We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e655acb commit 265fe88Copy full SHA for 265fe88
.github/workflows/makefile.yml
@@ -62,7 +62,7 @@ jobs:
62
curl -L -o apr.zip https://github.com/apache/apr/archive/refs/tags/$env:APR_VERSION.zip
63
Expand-Archive apr.zip
64
cd apr\apr-$env:APR_VERSION
65
- (Get-Content .\include\apr.hw).Replace('0x0501', '0x0600') | Set-Content .\include\apr.hw
+ (Get-Content .\include\apr.hw).Replace('0x0501', '0x0600') | Set-Content .\include\apr.hw
66
- name: Build apr using Nmake
67
shell: cmd
68
run: |
0 commit comments