fix: setting path to node_modules/.bin fixed

This commit is contained in:
Mateusz Pusz
2024-09-25 12:49:57 +02:00
parent 1c31a2e7cb
commit 534df1bfc1

View File

@@ -57,7 +57,7 @@ jobs:
sudo apt install haskell-stack graphviz nodejs npm ghc cabal-install
npm install split mathjax-full mathjax-node-sre mathjax-node-cli
cabal update
echo "~/node_modules/.bin" >> $GITHUB_PATH
echo "${{ github.workspace }}/node_modules/.bin" >> $GITHUB_PATH
- name: Get git repos with API reference tools
run: |
git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1