Skip to content

Commit

Permalink
macos action
Browse files Browse the repository at this point in the history
  • Loading branch information
apnadkarni committed Dec 22, 2024
1 parent 6e1e029 commit e6e842d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: MacOS
on:
workflow_dispatch:
inputs:
tcl-tag: # User input for selecting Tcl tag
tcl-tags: # User input for selecting Tcl tag
description: 'Tcl version'
required: true
type: choice
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Tcl
id: tcl-setup-step
uses: apnadkarni/tcl-setup@v1
uses: apnadkarni/tcl-setup@action-debug
with:
tcl-tag: ${{ matrix.tcl-tag }}

Expand Down

0 comments on commit e6e842d

Please sign in to comment.