Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
damianhxy committed Jan 8, 2024
1 parent 485c617 commit e67a1ec
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
merge_group:
branches: [ "master" ]

jobs:
build:
Expand Down Expand Up @@ -36,17 +38,11 @@ jobs:
cp ${{ github.workspace }}/src/app_credentials.h.template ${{ github.workspace }}/src/app_credentials.h
sed -i'' -e 's/\[ENTER STRING HERE\]/"placeholder"/g' ${{ github.workspace }}/src/app_credentials.h
- name: Install Ubuntu dependencies
- name: Install libcurl
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt-get update
sudo apt-get -y install libssl-dev libcurl4-openssl-dev
- name: Install Mac OS dependencies
if: ${{ matrix.os == 'macos-latest' }}
run: |
brew update
brew install openssl
sudo apt-get -y install libcurl4-openssl-dev
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit e67a1ec

Please sign in to comment.