Skip to content

Commit

Permalink
Merge branch 'main' into Instance_Nets_Params
Browse files Browse the repository at this point in the history
  • Loading branch information
chungshien-chai authored Apr 14, 2024
2 parents e556d2e + ef285cb commit 0ab02bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_centos_image.yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:centos7latest
labels: ${{ steps.meta.outputs.labels }}




2 changes: 1 addition & 1 deletion .github/workflows/install_centos_dependencies_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ yum install -y libusbx-devel libusb-devel
yum install -y pkgconfig
yum install -y perl-IPC-Cmd
yum install -y alsa-lib mesa-dri-drivers openssl openssl-devel sudo
yum install -y python3-devel
yum install -y python3-devel bzip2-devel libffi-devel
ln -s $PWD/cmake-3.24.4-linux-x86_64/bin/ctest /usr/bin/ctest

# downloads the Qt6 artifact from a specific URL
Expand Down

0 comments on commit 0ab02bf

Please sign in to comment.