We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 016539b commit 4d25a5dCopy full SHA for 4d25a5d
.github/workflows/SQLTests.yml
@@ -46,10 +46,18 @@ jobs:
46
submodules: recursive
47
ref: ${{ inputs.pr_ref || github.event.pull_request.head.sha || github.sha }}
48
49
+ - name: Setup vcpkg
50
+ if: steps.check-creds.outputs.skip == 'false'
51
+ uses: lukka/run-vcpkg@v11
52
+ with:
53
+ vcpkgGitCommitId: a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6
54
+
55
- name: Install dependencies
56
if: steps.check-creds.outputs.skip == 'false'
57
run: sudo apt-get update && sudo apt-get install -y ninja-build libssl-dev
58
59
- name: Run SQL tests
60
61
run: ./scripts/test_sql.sh /tmp/gsheets_key_file.json
62
+ env:
63
+ GEN: ninja
0 commit comments