Skip to content

Commit

Permalink
Remove libolm from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Sep 25, 2024
1 parent 45c8e2c commit 711de12
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/single_sdk_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ jobs:
- name: "Install Complement Dependencies"
shell: bash
run: |
sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
# JS SDK only steps
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3 # Checkout crypto tests

# Install Node, Go and Rust, along with libolm and gotestfmt
# Install Node, Go and Rust, along with gotestfmt
- name: Setup | Node.js LTS
uses: actions/setup-node@v3
with:
Expand All @@ -58,7 +58,6 @@ jobs:
workspaces: "rust-sdk"
- name: "Install Complement Dependencies"
run: |
sudo apt-get update && sudo apt-get install -y libolm3 libolm-dev
go install -v github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
# Install whatever version of the JS SDK is in package.json
Expand Down

0 comments on commit 711de12

Please sign in to comment.