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 e3715e0 commit 6a6a0cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp-idf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN : \
&& cd $HOME/ \
&& echo "IDF_VERSION: " ${IDF_VERSION} \
&& echo "NIM: " ${NIM_VERSION} \
&& find $HOME/.asdf \
&& . $HOME/.asdf/asdf.sh \
&& asdf plugin-add nim \
&& asdf install nim ${NIM_VERSION} \
Expand Down

0 comments on commit 6a6a0cd

Please sign in to comment.