Skip to content

Commit

Permalink
fix CI after changing syntax (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa authored Nov 17, 2020
1 parent cb64c3b commit a74205f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-compiled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
mkdir $HOME/install
- name: Set number of cores for compilation
run: |
echo "::set-env name=MAKEFLAGS::-j$(nproc)"
echo "MAKEFLAGS=-j$(nproc)" >> $GITHUB_ENV
- name: Set LD_LIBRARY_PATH for GRASS GIS compilation
run: |
echo "::set-env name=LD_LIBRARY_PATH::$HOME/install/lib"
echo "LD_LIBRARY_PATH=$HOME/install/lib" >> $GITHUB_ENV
- name: Get and build GRASS GIS
run: .github/workflows/build.sh $HOME/install
- name: Add the bin directory to PATH
run: |
echo "::add-path::$HOME/install/bin"
echo "$HOME/install/bin" >> $GITHUB_PATH
- name: Make simple grass command available
run: |
ln -s $HOME/install/bin/grass* $HOME/install/bin/grass
Expand Down

0 comments on commit a74205f

Please sign in to comment.