Skip to content

Commit

Permalink
test github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siq1 committed Aug 14, 2024
1 parent d0009a6 commit 8e5c4f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
workspaces: "expander_compiler -> expander_compiler/target"
- name: Build
run: cargo build --release --manifest-path=expander_compiler/ec_go_lib/Cargo.toml
- name: Push built libs to another branch
Expand All @@ -29,4 +31,4 @@ jobs:
cp output/libec_go_lib.a go_libs/lib/
git add go_libs/lib/libec_go_lib.a
git commit -m "Add built libs"
git push -f origin rust-built-libs
git push -f --set-upstream origin rust-built-libs

0 comments on commit 8e5c4f0

Please sign in to comment.