Skip to content

Commit

Permalink
Try aptitude
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrand-new committed Sep 25, 2023
1 parent 023e856 commit ee7255a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/conda-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

select_environment:
name: 'Prepare Environment'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
timestamp: ${{ steps.select.outputs.timestamp }}
repository_owner: ${{ steps.select.outputs.repository_owner }}
Expand Down Expand Up @@ -320,12 +320,12 @@ jobs:
# environment: code-analysis
name: "SonarCloud"
needs: [select_environment]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
build_type: [Release]
ros_distro: [humble]
os: [ubuntu-latest]
os: [ubuntu-22.04]
steps:
# - uses: conda-incubator/setup-miniconda@v2
# with:
Expand Down Expand Up @@ -418,7 +418,9 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install -y build-essential cmake
# dpkg --get-selections | grep hold
DEBIAN_FRONTEND=noninteractive
sudo apt install -y cmake
# sudo apt-get install -qq -y cmake
# which cmake
# cmake --version
Expand Down

0 comments on commit ee7255a

Please sign in to comment.