Skip to content

Commit e5dab01

Browse files
authored
QL: Update build.yml to supply generator args
1 parent b75e19a commit e5dab01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: cargo build --release
4444
- name: Generate dbscheme
4545
if: ${{ matrix.os == 'ubuntu-latest' }}
46-
run: target/release/ql-generator
46+
run: target/release/ql-generator --dbscheme ql/src/ql.dbscheme --library ql/src/codeql_ql/ast/internal/
4747
- uses: actions/upload-artifact@v2
4848
if: ${{ matrix.os == 'ubuntu-latest' }}
4949
with:

0 commit comments

Comments
 (0)