File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 16
16
doxygen :
17
17
name : Doxygen
18
18
runs-on : macos-latest
19
+ env :
20
+ # We globally set CC and CXX.
21
+ CC : x86_64-elf-gcc
22
+ CXX : x86_64-elf-g++
19
23
steps :
20
24
- name : Clone repository
21
25
uses : actions/checkout@v3
35
39
runs-on : macos-latest
36
40
# Set environment variables
37
41
env :
38
- # We globally set CC and CXX to improve compatibility with .travis.yml
42
+ # We globally set CC and CXX.
39
43
CC : x86_64-elf-gcc
40
44
CXX : x86_64-elf-g++
41
45
steps :
Original file line number Diff line number Diff line change 73
73
74
74
# Set environment variables
75
75
env :
76
- # We globally set CC and CXX to improve compatibility with .travis.yml
76
+ # We globally set CC and CXX.
77
77
CC : ${{ matrix.cc }}
78
78
CXX : ${{ matrix.cxx }}
79
79
Original file line number Diff line number Diff line change 1
1
# =============================================================================
2
2
# Set the minimum required version of cmake.
3
3
cmake_minimum_required (VERSION 3.1...3.22)
4
+ #
5
+ set (HAVE_FLAG_SEARCH_PATHS_FIRST 0)
4
6
# Initialize the project.
5
7
project (mentos C ASM)
6
8
You can’t perform that action at this time.
0 commit comments