MODULE.bazel: Upgrade rules_swift version (#8908)

This commit is contained in:
Derek Bailey
2026-01-20 16:56:11 -08:00
committed by GitHub
parent d74e2945f7
commit 0d67abde45
2 changed files with 8 additions and 3 deletions

View File

@@ -592,11 +592,16 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
# Explicitly use 8.5.1 until we can update or https://github.com/actions/runner-images/issues/13564 is fixed.
- name: Set env
run: >
echo "USE_BAZEL_VERSION=8.5.1" >> $GITHUB_ENV
- name: bazel build
run: >
bazel build
//:flatc
//:flatbuffers
//tests:flatbuffers_test
- name: bazel test
run: >
bazel test