Skip to content

Commit

Permalink
Merge pull request #69 from fourdollars/main
Browse files Browse the repository at this point in the history
Set 10 minutes timeout for build tests and avoid the ubuntu:20.04 hal…
  • Loading branch information
hao-yao authored Aug 16, 2023
2 parents 6ebfdb6 + 1b49bac commit a1fd78c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build test for ${{ matrix.version }} on ${{ matrix.os }}
timeout-minutes: 10
run: |
case "${{ matrix.version }}" in
(ipu6)
Expand All @@ -37,7 +38,8 @@ jobs:
echo 'APT::Get::Always-Include-Phased-Updates True;' | tee -a /etc/apt/apt.conf
echo 'Acquire::http::User-Agent-Non-Interactive "true";' | tee -a /etc/apt/apt.conf
apt-get update -q
export TZ=UTC+8
export TZ=Asia/Shanghai
echo "" | apt-get install -qy tzdata
echo "" | apt-get install git build-essential cmake libexpat-dev automake libtool libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev --yes
git clone https://github.com/intel/ipu6-camera-bins -b main --depth 1
cp -rv ipu6-camera-bins/include/"${PLATFORM}" /usr/include/
Expand Down

0 comments on commit a1fd78c

Please sign in to comment.