Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 17, 2024
1 parent e790682 commit ea19f26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
run: |
echo "" | bash etc/CONFIGURE_MACOS.bash
- name: "Ubuntu: run CONFIGURE_UBUNTU22_win64.bash"
- name: "Ubuntu: run CONFIGURE_UBUNTU22LTS.bash"
if: startsWith(matrix.os, 'ubuntu')
run: |
cd etc
echo "" | bash etc/CONFIGURE_UBUNTU22LTS.bash
cd ..
- name: C++ checks with address-sanitizer (Mac and Linux)
run: |
Expand Down
2 changes: 1 addition & 1 deletion etc/CONFIGURE_UBUNTU22LTS.bash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AUTOMAKE_DIST=https://ftp.gnu.org/gnu/automake/automake-1.16.3.tar.gz
MKPGS="build-essential flex libabsl-dev libexpat1-dev libre2-dev libssl-dev libtool libxml2-utils make pkg-config zlib1g-dev"
WGET="wget -nv --no-check-certificate"
CONFIGURE="./configure -q --enable-silent-rules"
MAKE="make -j4"
MAKE="make -j2"
trap "exit 1" TERM
export TOP_PID=$$
cat <<EOF
Expand Down

0 comments on commit ea19f26

Please sign in to comment.