Skip to content

Commit

Permalink
feat: added download pem file
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfig committed Sep 24, 2024
1 parent 24f4655 commit 105bedb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: wget
run: wget https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
Expand Down

0 comments on commit 105bedb

Please sign in to comment.