Skip to content

Commit

Permalink
Update main.yml (reinstall CA certs)
Browse files Browse the repository at this point in the history
  • Loading branch information
sicrisembay authored Jun 2, 2024
1 parent b1e5f6b commit 1322c19
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ jobs:
volumes:
- ${{github.workspace}}:/myBuild
steps:
- name: TI tools
run: ls -la /opt/ti
- name: Test folders
run: ls -la /
- name: Update CA certificates
run: apt install --reinstall ca-certificates
- name: Checkout the repo
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 1322c19

Please sign in to comment.