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 e8b6613 commit eac4ab2Copy full SHA for eac4ab2
.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 --noenable_bzlmod --bazelrc=.bazelrc build --compilation_mode=opt --dynamic_mode=off --config=luajit ${{ matrix.cfg.config }} //dmlab2d:dmlab2d_wheel
+ bazel --bazelrc=.bazelrc build --noenable_bzlmod --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