Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
Update pros_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kunwarsahni01 authored Nov 18, 2020
1 parent 7fab7d3 commit 1687487
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pros_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
release: '9-2019-q4'
- name: Setup Python
uses: actions/setup-python@v1.2.0
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Pip Installer
Expand All @@ -28,9 +28,5 @@ jobs:
run: prosv5 --version
- name: Checkout
uses: actions/checkout@v2.0.0
- name: Submodule Checkout
uses: jwsi/submodule-checkout@v1
with:
ssh-key: '${{ secrets.DEPLOY_KEY }}'
- name: make
run: prosv5 make clean all

0 comments on commit 1687487

Please sign in to comment.