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.
build.yml
1 parent b75e19a commit e5dab01Copy full SHA for e5dab01
1 file changed
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
run: cargo build --release
44
- name: Generate dbscheme
45
if: ${{ matrix.os == 'ubuntu-latest' }}
46
- run: target/release/ql-generator
+ run: target/release/ql-generator --dbscheme ql/src/ql.dbscheme --library ql/src/codeql_ql/ast/internal/
47
- uses: actions/upload-artifact@v2
48
49
with:
0 commit comments