Skip to content

Commit

Permalink
List folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzonn committed Sep 30, 2024
1 parent bee9ddc commit a2c6fee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
- name: Install dotnet script
run: |
dotnet tool install -g dotnet-script
cat << EOF >> ~/.bash_profile
# Add .NET Core SDK tools
export PATH="$PATH:/github/home/.dotnet/tools"
EOF
- name: Merge messages
run: |
python scripts/merge_messages.py
Expand Down

0 comments on commit a2c6fee

Please sign in to comment.