This commit is contained in:
4
.github/workflows/ubuntu.yml
vendored
4
.github/workflows/ubuntu.yml
vendored
@@ -22,7 +22,9 @@ jobs:
|
|||||||
actions-cache-key: 'ubuntu'
|
actions-cache-key: 'ubuntu'
|
||||||
|
|
||||||
- name: Install SFML
|
- name: Install SFML
|
||||||
run: apt install libsfml-dev
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install -y libsfml-dev
|
||||||
|
|
||||||
- name: XMake config
|
- name: XMake config
|
||||||
run: xmake f -p linux -y
|
run: xmake f -p linux -y
|
||||||
|
|||||||
Reference in New Issue
Block a user