Skip to content

Commit

Permalink
Trying to fix JS job:
Browse files Browse the repository at this point in the history
- Install nodejs manually.
  • Loading branch information
rturrado committed Mar 7, 2024
1 parent 1996a5d commit 7925b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
uses: actions/checkout@v4
- name: Install nodejs
run: |
apt-get install nodejs
sudo apt-get install -y nodejs
shell: bash
- name: Install conan
run: python3 -m pip install --upgrade pip conan
Expand Down

0 comments on commit 7925b67

Please sign in to comment.