Skip to content

Commit 3a6adad

Browse files
committed
fat fingered
1 parent 897b401 commit 3a6adad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
macOS) OS_SLUG=macos-x86 ;;
5151
esac
5252
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
53+
https://github.com/nalgeon/sqlean/releases/download/${SQLEAN_VERSION}/sqlean-${OS_SLUG}.zip
5454
unzip -q sqlean-${OS_SLUG}.zip -d .
5555
echo "$PWD" >> $GITHUB_PATH
5656

0 commit comments

Comments
 (0)