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 897b401 commit 3a6adadCopy full SHA for 3a6adad
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
macOS) OS_SLUG=macos-x86 ;;
51
esac
52
curl -sL -o sqlean-${OS_SLUG}.zip \
53
- https://github.com/nalgeon/sqlean/releases/download/${SQLEAN_VERSION}/sqlean-${OS_SLUG}.zipecho "$PWD/bin" >> $GITHUB_PATH
+ https://github.com/nalgeon/sqlean/releases/download/${SQLEAN_VERSION}/sqlean-${OS_SLUG}.zip
54
unzip -q sqlean-${OS_SLUG}.zip -d .
55
echo "$PWD" >> $GITHUB_PATH
56
0 commit comments