Skip to content

Commit

Permalink
Updates staging workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
joaobispo committed Aug 12, 2024
1 parent fe25487 commit 1146ea4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ant-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Install build essentials and CMake
run: |
sudo apt-get update
sudo apt-get install build-essential
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 1146ea4

Please sign in to comment.