Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
add trust source for jbang
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier committed Oct 12, 2023
1 parent a3c938b commit 9188662
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/OtherOSes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
if: matrix.os == 'windows-latest'
run: choco install jbang

- name: Setup JBang (trusted sources)
run: jbang trust add https://github.com/apache/

- name: npm-ci
run: npm ci

Expand Down

0 comments on commit 9188662

Please sign in to comment.