Skip to content

Commit 436f76e

Browse files
committed
ci: update pull request workflow to install libssl1.1 before testing the subgraph
1 parent 152e752 commit 436f76e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
- if: steps.changed-files.outputs.subgraph_any_changed == 'true'
136136
name: Build and Test Subgraph
137137
run: |
138+
sudo apt-get update && sudo apt-get install -y libssl1.1
138139
yarn workspace @semaphore-protocol/utils build
139140
yarn build:subgraph
140141
yarn test:subgraph

0 commit comments

Comments
 (0)