Skip to content

Commit

Permalink
extract to correct dir
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Aug 14, 2024
1 parent 5cadcba commit 9493af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ jobs:
mkdir -p ~/.nimble
wget https://github.com/nim-lang/nightlies/releases/download/2024-01-04-version-2-0-0acdce502ca39441bb7e4050efdf43bf03db075d/nim-2.0.3-linux_arm64.tar.xz
tar -xf nim-2.0.3-linux_arm64.tar.xz
mv nim-2.0.3/* ~/.nimble/
export PATH=$HOME/.nimble/bin:$PATH
mv nim-2.0.3/* /home/ubuntu/nimble/
- name: Checkout Repo
uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ build_constantine() {
# Build the constantine library
export CTT_LTO=false
if [[ "$OSARCH" == "linux-gnu-aarch64" ]]; then
~/.nimble/bin/nimble make_lib
/home/ubuntu/nimble/bin/nimble make_lib
else
nimble make_lib
fi
Expand Down

0 comments on commit 9493af9

Please sign in to comment.