Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Oct 9, 2024
1 parent 09ff5ba commit 01b7cf4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/neqo_glue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
tools: cargo-hack
token: ${{ secrets.GITHUB_TOKEN }}

# - id: nss-version
# run: echo "minimum=$(cat neqo-crypto/min_version.txt)" >> "$GITHUB_OUTPUT"
- id: nss-version
run: echo "minimum=$(cat neqo-crypto/min_version.txt)" >> "$GITHUB_OUTPUT"

# - uses: ./.github/actions/nss
# with:
# minimum-version: ${{ steps.nss-version.outputs.minimum }}
- uses: ./.github/actions/nss
with:
minimum-version: ${{ steps.nss-version.outputs.minimum }}

- run: |
{
Expand Down

0 comments on commit 01b7cf4

Please sign in to comment.