Skip to content

Commit e8f1d61

Browse files
committed
py packaging ugh
1 parent 5e16933 commit e8f1d61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@ jobs:
115115
echo "VK_ICD_FILENAMES=$SWIFTSHADER_DEST_DIR\vk_swiftshader_icd.json" >> $GITHUB_ENV
116116
fi
117117
118+
- name: Setup Python
119+
uses: actions/setup-python@v5
120+
with:
121+
python-version: '3.x'
122+
118123
- name: Install Rust toolchain
119124
uses: dtolnay/rust-toolchain@stable
120125

0 commit comments

Comments
 (0)