We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42f240 commit 79ea55fCopy full SHA for 79ea55f
.github/workflows/cmake.yml
@@ -15,13 +15,6 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v3
17
18
- - name: Install needed packages
19
- run: |
20
- sudo apt update
21
- sudo apt install -y git \
22
- build-essential \
23
- cmake
24
-
25
- name: Build
26
run: |
27
cd build
@@ -40,16 +33,6 @@ jobs:
40
33
41
34
42
35
43
- - name: Install homebrew
44
45
- NONINTERACTIVE=1
46
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
47
- - name: Install needed software
48
49
- brew update && \
50
- brew install cmake \
51
- gcc
52
53
36
54
37
55
38
0 commit comments