Skip to content

Commit

Permalink
Merge branch 'topic/vadim/cicd' into 'master'
Browse files Browse the repository at this point in the history
Fix GH CI.

See merge request eng/ide/VSS!318
  • Loading branch information
reznikmm committed Jan 31, 2024
2 parents 02bd752 + 8fc950e commit d1d86b1
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 @@ -46,7 +46,7 @@ jobs:
unzip UCD-15.1.0.zip -d vss/data/ucd
- name: Get Emoji data
run: |
mkdir emoji
mkdir vss/data/emoji
curl -o vss/data/emoji/ReadMe.txt https://www.unicode.org/Public/emoji/15.1/ReadMe.txt
curl -o vss/data/emoji/emoji-sequences.txt https://www.unicode.org/Public/emoji/15.1/emoji-sequences.txt
curl -o vss/data/emoji/emoji-test.txt https://www.unicode.org/Public/emoji/15.1/emoji-test.txt
Expand Down

0 comments on commit d1d86b1

Please sign in to comment.