Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Genez authored Sep 29, 2023
1 parent 7a2066f commit 4549484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tasks:
/workspace/conda/bin/mamba init bash
wget https://github.com/swsnr/mdcat/releases/download/mdcat-2.0.3/mdcat-2.0.3-x86_64-unknown-linux-musl.tar.gz
tar -zxvf mdcat-2.0.3-x86_64-unknown-linux-musl.tar.gz
export PATH=/mdcat-2.0.3-x86_64-unknown-linux-musl/mdcat:$PATH'
export PATH=/workspace/mdcat-2.0.3-x86_64-unknown-linux-musl/mdcat:$PATH'
rm mdcat-2.0.3-x86_64-unknown-linux-musl.tar.gz
echo 'export LD_LIBRARY_PATH=/workspace/conda/envs/cactus_env/lib/:$LD_LIBRARY_PATH;
Expand Down

0 comments on commit 4549484

Please sign in to comment.