mirror of
https://github.com/joel16/VITA-Homebrew-Sorter.git
synced 2024-11-23 11:29:50 +00:00
ci: Use python3 and update actions
This commit is contained in:
parent
d8e99eea33
commit
29a85f48d1
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -y update
|
sudo apt-get -y update
|
||||||
sudo apt-get -y install make git cmake python
|
sudo apt-get -y install make git cmake python3
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ jobs:
|
|||||||
mkdir build && cd build && cmake ..
|
mkdir build && cd build && cmake ..
|
||||||
make
|
make
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: VITA-Homebrew-Sorter.vpk
|
name: VITA-Homebrew-Sorter.vpk
|
||||||
path: build/VITA-Homebrew-Sorter.vpk
|
path: build/VITA-Homebrew-Sorter.vpk
|
||||||
|
Loading…
Reference in New Issue
Block a user