Skip to content

Commit

Permalink
Use bicep-node library for download URL
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-c-martin committed Dec 15, 2023
1 parent a693ddb commit ca21436
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 ca21436

Please sign in to comment.