Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 authored Feb 19, 2024
1 parent 1e066f0 commit de0f826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# key: potatoes
# path: .cache/
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
# - name: Download arm gcc toolchain
# uses: awalsh128/cache-apt-pkgs-action@latest
# with:
Expand All @@ -23,7 +23,7 @@ jobs:
sudo apt-get update
sudo apt-get install gcc-arm-none-eabi -y
- name: Download python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit de0f826

Please sign in to comment.