Skip to content

Commit

Permalink
Updates clava-js GitHub action to install CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Aug 2, 2024
1 parent bce6b86 commit 55180c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ant-clava-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Install CMake
run: |
sudo apt-get update
sudo apt-get install -y cmake
- name: Generate build.xml
run: |
wget -q -N http://specs.fe.up.pt/tools/eclipse-build.jar
Expand Down

0 comments on commit 55180c1

Please sign in to comment.