Skip to content

Commit

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

Expand Down

0 comments on commit 9f7bb69

Please sign in to comment.