Skip to content

Commit 4cbe77f

Browse files
committed
ci: update pull requests workflow
1 parent 436f76e commit 4cbe77f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-requests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: yarn
2424

25+
- name: Install build tools
26+
run: sudo apt-get update && sudo apt-get install -y build-essential
27+
2528
- name: Get changed files
2629
id: changed-files
2730
uses: tj-actions/changed-files@v44
@@ -135,7 +138,6 @@ jobs:
135138
- if: steps.changed-files.outputs.subgraph_any_changed == 'true'
136139
name: Build and Test Subgraph
137140
run: |
138-
sudo apt-get update && sudo apt-get install -y libssl1.1
139141
yarn workspace @semaphore-protocol/utils build
140142
yarn build:subgraph
141143
yarn test:subgraph

0 commit comments

Comments
 (0)