Skip to content

Commit

Permalink
Update presubmit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 committed Mar 26, 2024
1 parent c24a681 commit 154bff4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/flatbuffers/24.3.7/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tasks:
- "mkdir $SWIFT_HOME"
- "curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu1804/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu18.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
build_targets:
- "//..."
- "@flatbuffers//..."
ubuntu2004:
bazel: ${{ bazel }}
platform: ubuntu2004
Expand All @@ -31,9 +31,9 @@ tasks:
- "mkdir $SWIFT_HOME"
- "curl https://download.swift.org/swift-${SWIFT_VERSION}-release/ubuntu2004/swift-${SWIFT_VERSION}-RELEASE/swift-${SWIFT_VERSION}-RELEASE-ubuntu20.04.tar.gz | tar xvz --strip-components=1 -C $SWIFT_HOME"
build_targets:
- "//..."
- "@flatbuffers//..."
macos:
bazel: ${{ bazel }}
platform: macos
build_targets:
- "//..."
- "@flatbuffers//..."

0 comments on commit 154bff4

Please sign in to comment.