Skip to content

Commit

Permalink
build: fix CD workflow (install xmllint)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-unic committed Jan 6, 2025
1 parent 6a5428a commit 455cf97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
dotnet-version: 9.0.x

- name: Install xmllint
run: sudo apt-get update && sudo apt-get install -y libxml2-utils

- name: Add RobloxCS GitHub packages source to NuGet
run: dotnet nuget add source --store-password-in-clear-text -u roblox-csharp -p ${{ secrets.GITHUB_TOKEN }} -n rbxcs "https://nuget.pkg.github.com/roblox-csharp/index.json"

Expand Down

0 comments on commit 455cf97

Please sign in to comment.