mirror of
https://github.com/joel16/VITA-Homebrew-Sorter.git
synced 2024-11-23 03:19:42 +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
|
||||
run: |
|
||||
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
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
mkdir build && cd build && cmake ..
|
||||
make
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: VITA-Homebrew-Sorter.vpk
|
||||
path: build/VITA-Homebrew-Sorter.vpk
|
||||
|
Loading…
Reference in New Issue
Block a user