Skip to content

Commit

Permalink
Install missing package for action
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Nov 8, 2023
1 parent 3bf677a commit 82e02e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_installation_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: npm install, build, and test
- name: Download and compress dependencies
run: |
$(which python3) --version
sudo apt update && sudo apt install -y libcurl4-gnutls-dev
bash download_dependencies.sh
- name: Archive package artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 82e02e5

Please sign in to comment.