Skip to content

Commit

Permalink
ci(core): fix ci for qa build (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
somebodyLi authored Aug 8, 2024
1 parent 39869dd commit e2e778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
PRODUCTION: 0
run: |
sh <(curl -L https://nixos.org/nix/install) --no-daemon
sh <(curl -L https://releases.nixos.org/nix/nix-2.23.3/install) --no-daemon
. $HOME/.nix-profile/etc/profile.d/nix.sh
nix-shell --run "poetry install"
git submodule update --init --recursive
Expand Down

0 comments on commit e2e778a

Please sign in to comment.