Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noam987 committed Jun 11, 2024
1 parent 45de18f commit e96ee10
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
uses: webfactory/ssh-agent@v0.5.3
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2
with:
repository: purduesigbots/pros
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Install gcc-arm-embedded
run: |
Expand All @@ -40,6 +42,8 @@ jobs:
- name: Build template
run: |
git submodule init
git submodule update
make template
mkdir -p artifacts
cp template/*.zip artifacts
Expand Down

0 comments on commit e96ee10

Please sign in to comment.