Skip to content

Commit 2a0c291

Browse files
authored
Update build.yml to supply generator args
1 parent 89d2f93 commit 2a0c291

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)