diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad55b5b8..35f0727f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - run: cargo test gcs-push: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable diff --git a/BUILD b/BUILD index e69de29b..1ace8679 100644 --- a/BUILD +++ b/BUILD @@ -0,0 +1,5 @@ +# Allow local Bazel workspaces access to the built binaries. +exports_files([ + "target/debug/committer_cli", + "target/release/committer_cli", +])