Skip to content

Commit 563a21c

Browse files
committed
chore/mac: cleanup build warning / v4.2.1
1 parent 15db591 commit 563a21c

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.github/actions/build-mac/action.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,10 @@ outputs:
2222
runs:
2323
using: "composite"
2424
steps:
25-
- name: Install required libs
26-
shell: bash
27-
run: |
28-
brew install ninja
29-
- name: Prepare
30-
shell: bash
31-
run: |
32-
mkdir build-mac
3325
- name: CMake
3426
shell: bash
3527
run: |
28+
mkdir build-mac
3629
cd build-mac
3730
pwd
3831
cmake -G Ninja ..

docs/Notes.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
TODO
22
===
33

4-
File Dialog for OpenSky credentials
5-
https://github.com/samhocevar/portable-file-dialogs/blob/main/portable-file-dialogs.h
6-
74
Download History
85
==========
96
Download counter when providing v4.2.0: 225.175

docs/readme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2>v4</h2>
136136

137137
<h3>v4.2.1</h3>
138138

139-
<P>At least copy the following files, which have changed compared to v4.1.1:</P>
139+
<P>At least copy the following files, which have changed compared to v4.2.0:</P>
140140
<ul>
141141
<li><code>lin|mac|win_x64/LiveTraffic.xpl</code></li>
142142
</ul>

0 commit comments

Comments
 (0)