Skip to content

Commit

Permalink
Fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Dec 2, 2024
1 parent b2f3f3d commit ac4f2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run_bazel_test/run_bazel_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git remote add origin https://github.com/bazelbuild/bazel.git
git fetch origin 282ac623df3523e2e31a2de9c002e5c50da19fec
git reset --hard FETCH_HEAD

bazel build //src:bazel-dev.exe
bazel build ///src:bazel-dev.exe

bazel-bin/src/bazel-dev.exe --batch version

Expand Down

0 comments on commit ac4f2fc

Please sign in to comment.