Skip to content

Commit cefdeef

Browse files
Ro6afFalehander92
authored andcommitted
fix(ci): don't install tup in non-nix-build
1 parent 3bd64ef commit cefdeef

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/workflows/codetracer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
submodules: recursive
201201

202202
- name: Build
203-
run: ./non-nix-build/build.sh
203+
run: ./ci/build/dmg.sh
204204

205205
- name: Install AWS CLI
206206
if: startsWith(github.ref, 'refs/tags/')

ci/build/dmg.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
3+
set -e
4+
5+
./non-nix-build/build.sh

non-nix-build/env.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ if [ "$os" == "mac" ]; then
5555
brew install sqlite3 ruby node universal-ctags
5656
fi
5757

58-
./install_tup.sh
5958
./install_rust.sh
6059
./install_nargo.sh
6160
./install_nim_osx.sh

non-nix-build/install_tup.sh

100755100644
File mode changed.

0 commit comments

Comments
 (0)