Skip to content

Commit d439062

Browse files
committed
Install chrpath on SLR
1 parent 36d8743 commit d439062

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ jobs:
107107
with:
108108
submodules: true
109109

110+
- name: Install chrpath
111+
run: apt install -y chrpath
112+
110113
# This can be replaced by installing libsdl once Ubuntu ships SDL3
111114
- name: Clone SDL3
112115
run: git clone --depth 1 --branch release-$SDL3_VERSION https://github.com/libsdl-org/SDL.git

0 commit comments

Comments
 (0)