Skip to content

Commit bb467d4

Browse files
committed
Just: fix CI build for rust
1 parent d987aa6 commit bb467d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/justfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
import '../justfile'
1+
import '../lib.just'
22

33
install: (_bazel "run" "@codeql//rust:install")
44

5-
[group('build')]
6-
build: generate (_build "rust")
5+
build: (_build "rust")
76

87
generate: (_bazel "run" "@codeql//rust/codegen")
98

0 commit comments

Comments
 (0)