Skip to content

Commit

Permalink
try using asdf to build nim
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jul 24, 2024
1 parent 2c5e031 commit e3715e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions esp-idf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ RUN : \
&& cd $HOME/ \
&& echo "IDF_VERSION: " ${IDF_VERSION} \
&& echo "NIM: " ${NIM_VERSION} \
&& . $HOME/.asdf/asdf.sh \
&& asdf plugin-add nim \
&& asdf install nim ${NIM_VERSION} \
&& asdf global nim ${NIM_VERSION} \
&& echo "done"

0 comments on commit e3715e0

Please sign in to comment.