ci: Use python3 and update actions

This commit is contained in:
Joel 2023-02-22 00:01:11 -05:00 committed by GitHub
parent d8e99eea33
commit 29a85f48d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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