Skip to content

Commit

Permalink
Update downstream.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
btoms20 authored Feb 8, 2024
1 parent 31e824f commit 4c14306
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
matrix:
provider:
- swift-libp2p/swift-cid
os: [ ${{ github.event.inputs.os }} ]
swift: [ '${{ github.event.inputs.swift-version }}' ]
runs-on: ${{ matrix.os }}
runs-on: ${{ github.event.inputs.os }}
steps:
- name: Setup swift
uses: swift-actions/setup-swift@v1
with:
swift-version: '${{ github.event.inputs.swift-version }}'
- name: Check out swift-multihash
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4c14306

Please sign in to comment.