Skip to content

Commit

Permalink
Find out what is wrong with dotnet-setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Oct 9, 2024
1 parent 4ef8bbc commit d12659a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
run: |
echo ${{ steps.setup-php.outputs.php-version }}
php --version
- name: Prep Dotnet
run: |
sudo ls -l /usr/share/dotnet
- name: Install Dotnet
uses: actions/setup-dotnet@v4.0.1
with:
Expand Down

0 comments on commit d12659a

Please sign in to comment.