Skip to content

Commit eac4ab2

Browse files
authored
Update make_wheel.yml
1 parent e8b6613 commit eac4ab2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Build for Python ${{ matrix.python-version }}
7878
run: |
7979
bazel --version
80-
bazel --noenable_bzlmod --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
80+
bazel --bazelrc=.bazelrc build --noenable_bzlmod --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
8181
8282
- name: Get built wheel name
8383
working-directory: bazel-bin/dmlab2d

0 commit comments

Comments
 (0)