Skip to content

Commit

Permalink
c-cpp.yml: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Mar 16, 2024
1 parent 2e46fd3 commit 691b081
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
os: ubuntu-22.04
cc: clang
- name: Slackware
os: ubuntu-20.04
os: ubuntu-latest
container: 'andy5995/slackware-build-essential:15.0'
- name: debian bullseye
os: ubuntu-20.04
- name: debian bookworm
os: ubuntu-latest
container: 'andy5995/rmw-build-env:bookworm'
- name: ubuntu-22.04-without-nls
os: ubuntu-22.04
Expand Down Expand Up @@ -101,17 +101,17 @@ jobs:
pkg-config \
${{ matrix.build.install_packages }}
#- if: ${{ contains(matrix.os, 'ubuntu') }}
#run: |
#sudo apt-get update -qq
#sudo apt-get upgrade -y -qq
- if: ${{ contains(matrix.os, 'ubuntu') }}
run: |
sudo apt update -qq
sudo apt upgrade -y -qq
#- if: ${{ matrix.cc == 'clang' && matrix.os != 'macos-latest' }}
#run: sudo apt-get install -y $CC $CXX

- if: ${{ contains(matrix.build.os, 'ubuntu') && matrix.build.container == null }}
- if: ${{ contains(matrix.build.os, 'ubuntu-20.04') }}
run: |
sudo apt-get install -y \
sudo apt install -y \
python3-pip \
python3-setuptools
sudo -H python3 -m pip install meson ninja
Expand Down

0 comments on commit 691b081

Please sign in to comment.