Skip to content

Commit

Permalink
CI: create prerequisite directories
Browse files Browse the repository at this point in the history
  • Loading branch information
slivingston committed Jun 10, 2024
1 parent bee6374 commit b5a0342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v2
- name: Prepare to build
run: |
mkdir keys
touch keys/public.pem
- name: Run tests
run: |
Expand Down

0 comments on commit b5a0342

Please sign in to comment.