Skip to content

Commit 288455c

Browse files
committed
Hopefully last ci commit here
1 parent f4cbf7b commit 288455c

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,16 @@ jobs:
8989
repository: alliedmodders/ambuild
9090
path: ambuild
9191

92-
- name: Setup Python
93-
uses: actions/setup-python@v6
94-
with:
95-
python-version: '3'
96-
97-
- name: Install AMBuild
92+
- name: Install AMBuild win
93+
if: matrix.os == 'ubuntu-latest'
9894
run: |
9995
cd ambuild && python -m pip install . && cd ..
10096
97+
- name: Install AMBuild linux
98+
if: matrix.os == 'ubuntu-latest'
99+
run: |
100+
cd ambuild && python setup.py install && cd ..
101+
101102
- name: Install Clang 16
102103
if: matrix.os == 'ubuntu-latest'
103104
run: |

0 commit comments

Comments
 (0)