Skip to content

Commit

Permalink
fix: fix github runs (give sudo permissons to apt)
Browse files Browse the repository at this point in the history
  • Loading branch information
Heartfirey committed Dec 14, 2023
1 parent eab5cf8 commit 8ebefa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Convert PDF to SVG
run: |
apt install -y pdf2svg
sudo apt install -y pdf2svg
pdf2svg acs_std_logo.pdf acs_std_logo.svg
pdf2svg acs_horizon_logo.pdf acs_horizon_logo.svg
Expand Down

0 comments on commit 8ebefa0

Please sign in to comment.