Skip to content

Commit

Permalink
Simplify pkg install. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch authored Feb 27, 2025
1 parent e5e22bd commit 26db6e4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,10 @@ runs:
with:
toit-version: 'v2.0.0-alpha.174'

- name: Install Toit packages (Posix)
if: runner.os == 'Linux' || runner.os == 'macOS'
- name: Install Toit packages
shell: bash
working-directory: ${{ github.action_path }}
run: |
cd ${{ github.action_path }}
toit pkg install
- name: Sign (Posix)
Expand Down Expand Up @@ -86,13 +85,6 @@ runs:
fi
done
- name: Install Toit packages (Windows)
if: runner.os == 'Windows'
shell: powershell
run: |
cd ${{ github.action_path }}
toit pkg install
- name: Sign (Windows)
if: runner.os == 'Windows'
env:
Expand Down

0 comments on commit 26db6e4

Please sign in to comment.