Skip to content

Commit

Permalink
chore: removido download do pem no gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfig committed Sep 27, 2024
1 parent 6b0f843 commit 949a4fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ 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 dependencies
run: yarn install
- name: build
Expand Down

0 comments on commit 949a4fe

Please sign in to comment.