Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceBlin committed Oct 23, 2023
1 parent 7c89edd commit e4c66ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ jobs:
build-with-llvm:
runs-on: self-hosted
container:
image: registry:443/clang-debian12:staging
credentials:
username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }}
#image: registry:443/clang-debian12:staging
image: clang-debian12:staging
# credentials:
# username: ${{ secrets.REGISTRY_USERNAME }}
# password: ${{ secrets.REGISTRY_PASSWORD }}
steps:
- name: Checkout plugin sources
uses: actions/checkout@v1
Expand Down

0 comments on commit e4c66ef

Please sign in to comment.