Skip to content

Commit

Permalink
test cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Jul 30, 2024
1 parent f342c5f commit 1088987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,8 @@ jobs:
- name: Install packages
run: |
apt-get update && apt-get upgrade -y
apt install ./*.deb
apt-get install cmake
apt install -y ./*.deb
apt-get install -y cmake
rm ./*.deb
- name: Link Spring TestHarness Module
Expand Down

0 comments on commit 1088987

Please sign in to comment.