Skip to content

Commit

Permalink
chdir on right folder before build
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefava86 authored Nov 17, 2024
1 parent e0db9f6 commit 13420df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y build-essential autoconf automake libxmu-dev libx11-dev libxmu-dev libxmu-headers libxt-dev libtool gfortran bison flex

- name: chdir on right pos
run: cd DESERT_Framework

- name: Install DESERT
run: ./install.sh --target LOCAL --inst_mode development --dest_folder /tmp/DESERT_buildCopy_LOCAL --with-woss --addons "packer_uwApplication packer_uwcbr packer_uwcsma_ca packer_uwflooding packer_uwip packer_uwpolling packer_uwudp packer_uwufetch uwrov uwtracker uwswarm_control uwmulti_stack_controller uwmulti_traffic_control uwmulti_destination uwmphy_modem ms2c_evologics_lowlev wossgmmob3D wossgroupmob3D "

Expand Down

0 comments on commit 13420df

Please sign in to comment.