File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,15 @@ jobs:
1010 with :
1111 fetch-depth : 0
1212
13+ - name : Set up Python
14+ uses : actions/setup-python@v3
15+ with :
16+ python-version : ' 3.11'
17+
1318 - name : Install Dependencies
1419 run : |
1520 sudo apt update
16- sudo apt install python3 git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86
21+ sudo apt install git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86
1722 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 16
1823
1924 - name : Set up the build environment
Original file line number Diff line number Diff line change @@ -32,10 +32,15 @@ jobs:
3232 with :
3333 fetch-depth : 0
3434
35+ - name : Set up Python
36+ uses : actions/setup-python@v3
37+ with :
38+ python-version : ' 3.11'
39+
3540 - name : Install Dependencies
3641 run : |
3742 sudo apt update
38- sudo apt install python3 git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86
43+ sudo apt install git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86
3944 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 16
4045
4146 - name : Set up the build environment
Original file line number Diff line number Diff line change @@ -13,10 +13,15 @@ jobs:
1313 with :
1414 fetch-depth : 0
1515
16+ - name : Set up Python
17+ uses : actions/setup-python@v3
18+ with :
19+ python-version : ' 3.11'
20+
1621 - name : Install Dependencies
1722 run : |
1823 sudo apt update
19- sudo apt install python3 git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86
24+ sudo apt install git ninja-build libsdl2-dev nasm gcc-multilib qemu-system-x86
2025 sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" llvm 16
2126
2227 - name : Set up the build environment
You can’t perform that action at this time.
0 commit comments