We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4432c06 commit 7e2a7e7Copy full SHA for 7e2a7e7
1 file changed
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Download NABS
50
shell: bash
51
run: |
52
- wget https://raw.githubusercontent.com/DiamondGotCat/NABS/refs/heads/main/pynabs.py
+ curl -O https://raw.githubusercontent.com/DiamondGotCat/NABS/refs/heads/main/pynabs.py
53
54
- name: Build (non-windows)
55
if: runner.os != 'Windows'
0 commit comments