Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbushkov committed Jun 12, 2024
1 parent eb1e4e8 commit ca6d002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@ jobs:
source "${HOME}/INSTALL/bin/activate"
python -m pip install nodeenv
nodeenv -p --prebuilt --node=16.13.0
source "${HOME}/INSTALL/bin/activate"
- name: Build
run: |
set -ex
source "${HOME}/INSTALL/bin/activate"
mkdir /tmp/sdists
python grr/proto/setup.py --quiet sdist --formats=zip --dist-dir="/tmp/sdists"
python grr/core/setup.py --quiet sdist --formats=zip --dist-dir="/tmp/sdists"
Expand Down

0 comments on commit ca6d002

Please sign in to comment.