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.
1 parent 11269d7 commit e8b6613Copy full SHA for e8b6613
.github/workflows/make_wheel.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Build for Python ${{ matrix.python-version }}
78
run: |
79
bazel --version
80
- bazel --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
+ bazel --noenable_bzlmod --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
81
82
- name: Get built wheel name
83
working-directory: bazel-bin/dmlab2d
0 commit comments