Skip to content

Commit

Permalink
added more test targets + remode mode: field (they're all going to …
Browse files Browse the repository at this point in the history
…be full anyway...)
  • Loading branch information
drkameleon committed May 21, 2024
1 parent b7c75a7 commit b9cabfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
include:
- {os: ubuntu-latest}
- {os: macos-12}
- {os: macos-latest}
- {os: windows-latest}
steps:
- uses: actions/checkout@v4

Expand Down
6 changes: 0 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: 'Arturo Bundler'
description: 'Bundle Arturo applications as executable binaries'
inputs:
mode:
description: >-
The Arturo version to install
(one of: 'mini', 'full', 'web')
default: 'full'
token:
description: >-
The GITHUB_TOKEN secret.
Expand All @@ -26,7 +21,6 @@ runs:
uses: arturo-lang/arturo-action@main
with:
token: ${{ inputs.token }}
mode: ${{ inputs.mode }}
arch: ${{ inputs.arch }}

- name: Generate executable (*nix)
Expand Down

0 comments on commit b9cabfb

Please sign in to comment.