Skip to content

Commit

Permalink
Added node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KamyaPA committed Dec 1, 2023
1 parent b42c49b commit cfb9aba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install llvm protobuf-compiler glibc-source libgtk-3-dev libsoup2.4 webkit2gtk-4.0 javascriptcoregtk-4.0
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: Install dependencies
run: yarn --cwd ./Ecdar-GUI-Web install
- uses: actions/checkout@v3
with:
submodules: 'true'
Expand Down

0 comments on commit cfb9aba

Please sign in to comment.