Skip to content

Commit

Permalink
Add dev workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rgunindi committed Dec 15, 2024
1 parent ff08cb8 commit 691c5e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl1.1
sudo apt-get install -y libssl3
- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libssl1.1
sudo apt-get install -y libssl3
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 691c5e8

Please sign in to comment.