Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 13, 2023
1 parent 3c14e4b commit 9fef2b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,17 @@ jobs:
- action
container: ${{ matrix.container }}
steps:
- run: echo x $BASH_VERSION$ZSH_VERSION x
- run: echo x${BASH_VERSION}x${ZSH_VERSION}x

- uses: actions/checkout@v3

- uses: ./
if: ${{ matrix.mechanism == 'action' }}

- run: apt-get update && apt-get install curl
if: ${{ startsWith(matrix.container, 'debian') }}

- run: ./installer.sh
if: ${{ matrix.mechanism == 'installer' }}

Expand Down

0 comments on commit 9fef2b6

Please sign in to comment.