Skip to content

Commit

Permalink
use nim releases to build
Browse files Browse the repository at this point in the history
  • Loading branch information
elcritch committed Jul 24, 2024
1 parent c477600 commit 6387515
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 @@ -47,6 +47,7 @@ RUN : \
esac \
&& NIM_PLATFORM=${TARGETOS}_${TARCH} \
&& env \
&& echo "NIM_PLATFORM: " ${NIM_PLATFORM} \
&& echo "downloading: " https://nim-lang.org/download/nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
&& wget https://nim-lang.org/download/nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
&& tar xf nim-${NIM_VERSION}-${NIM_PLATFORM}.tar.xz \
Expand Down

0 comments on commit 6387515

Please sign in to comment.