Co-authored-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
This commit is contained in:
Josh Soref
2022-09-03 00:03:02 -04:00
committed by GitHub
parent 14f337d8ad
commit 8fd79b8fc0
46 changed files with 71 additions and 71 deletions

View File

@@ -24,7 +24,7 @@ concurrency:
cancel-in-progress: true
jobs:
build-artifacs:
build-artifacts:
runs-on: ${{ matrix.platform }}
strategy:

View File

@@ -43,7 +43,7 @@ jobs:
python-version: '3.x'
architecture: x64
- name: install depedencies
- name: install dependencies
run: |
python -m pip install --upgrade pip
sudo apt-get update