We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d17f00 commit a2b386bCopy full SHA for a2b386b
1 file changed
.github/workflows/ci.yml
@@ -89,14 +89,9 @@ jobs:
89
repository: alliedmodders/ambuild
90
path: ambuild
91
92
- - name: Setup Python
93
- uses: actions/setup-python@v6
94
- with:
95
- python-version: '3.8'
96
-
97
- name: Install AMBuild
98
run: |
99
- cd ambuild && python -m pip install . && cd ..
+ cd ambuild && python -m ensurepip --upgrade && python -m pip install . && cd ..
100
101
- name: Install Clang 16
102
if: matrix.os == 'ubuntu-latest'
0 commit comments