diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 7563b49..57cfae4 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -15,13 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Install needed packages - run: | - sudo apt update - sudo apt install -y git \ - build-essential \ - cmake - - name: Build run: | cd build @@ -40,16 +33,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Install homebrew - run: | - NONINTERACTIVE=1 - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" - - name: Install needed software - run: | - brew update && \ - brew install cmake \ - gcc - - name: Build run: | cd build