Skip to content

Commit

Permalink
Merge branch 'release/v0.13' into prek/merge-v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Nov 28, 2023
2 parents 6e6312a + 17c3b70 commit 33c65b0
Show file tree
Hide file tree
Showing 35 changed files with 3,711 additions and 3,461 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ jobs:
});
console.log(release.data.upload_url);
return release.data.upload_url
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: "24.x"

- uses: actions-rs/toolchain@v1
if: matrix.os != 'ubuntu'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
# TODO: switch back from `yagna-builder` to `ubuntu-latest` after update `ya-relay-stack` to same version as `ya-relay-client`
os: [macos-latest, windows-latest, yagna-builder]

steps:
- name: Checkout
Expand Down
Loading

0 comments on commit 33c65b0

Please sign in to comment.