Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
simsong committed Jan 17, 2024
1 parent ea19f26 commit 8ba2fff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
build:
strategy:
matrix:
os: ['macos-13', 'macos-13-arm64', 'ubuntu-22.04']
#os: ['macos-13', 'macos-13-arm64', 'ubuntu-22.04']
os: ['ubuntu-22.04']
runs-on: ${{ matrix.os }}
env:
DEBUG_5G: FALSE
Expand All @@ -36,9 +37,8 @@ jobs:
- 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_UBUNTU22_win64.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
MPKGS="autoconf automake flex g++ gcc git libtool libabsl-dev libre2-dev libxml2-utils libz-mingw-w64-dev libgcrypt-mingw-w64-dev libsqlite3-dev make mingw-w64 wine "
cd $SCRIPT_DIR

. ./paths.bash
. /paths.bash


if [[ ! -r /etc/os-release ]]; then
Expand Down

0 comments on commit 8ba2fff

Please sign in to comment.