Skip to content

Commit

Permalink
Update artifact_validation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ounsworth authored Oct 13, 2024
1 parent 24e33ee commit e68748f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/artifact_validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
runs-on: ubuntu-latest
# Is this an appropriate dotnet image?
container: mcr.microsoft.com/dotnet/sdk:net6.0/runtime
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: /opt/pqc-certificates
- name: Checkout acvts code
uses: actions/checkout@v4
Expand Down Expand Up @@ -112,4 +116,4 @@ jobs:
steps:
- name: Update git pages with new compatibiliy matrix
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit e68748f

Please sign in to comment.