Skip to content

Commit 79ea55f

Browse files
authored
Simplify Github Actions CI pipeline (ubuntu and macos environment) (#4)
* Simplify macos pipeline * Simplify ubuntu pipeline
1 parent c42f240 commit 79ea55f

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v3
1717

18-
- name: Install needed packages
19-
run: |
20-
sudo apt update
21-
sudo apt install -y git \
22-
build-essential \
23-
cmake
24-
2518
- name: Build
2619
run: |
2720
cd build
@@ -40,16 +33,6 @@ jobs:
4033
- name: Checkout
4134
uses: actions/checkout@v3
4235

43-
- name: Install homebrew
44-
run: |
45-
NONINTERACTIVE=1
46-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
47-
- name: Install needed software
48-
run: |
49-
brew update && \
50-
brew install cmake \
51-
gcc
52-
5336
- name: Build
5437
run: |
5538
cd build

0 commit comments

Comments
 (0)