Skip to content

Commit

Permalink
rename step
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Mar 12, 2024
1 parent fc4b68a commit b984201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
cp /usr/local/lib/libbrotlicommon.1.dylib texstudio.app/Contents/Frameworks
touch texstudio.app/Contents/Resources/empty.lproj
- name: poppler-data
- name: poppler data
run: |
cd build
wget https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
mkdir -p texstudio.app/Contents/Frameworks
touch texstudio.app/Contents/Resources/empty.lproj
- name: poppler-data
- name: poppler data
run: |
cd build
wget https://poppler.freedesktop.org/poppler-data-0.4.12.tar.gz
Expand Down

0 comments on commit b984201

Please sign in to comment.