Skip to content

Commit

Permalink
Merge pull request #7 from anthony-c-martin/ant/use_bicep_node
Browse files Browse the repository at this point in the history
Use bicep-node library for download URL
  • Loading branch information
anthony-c-martin authored Dec 15, 2023
2 parents a693ddb + ca21436 commit 0f6b30d
Show file tree
Hide file tree
Showing 7 changed files with 27,025 additions and 19,095 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os:
- windows-latest
- ubuntu-latest
- macos-latest

steps:
- name: Git Checkout
Expand Down
Loading

0 comments on commit 0f6b30d

Please sign in to comment.