Skip to content

Commit

Permalink
paket2
Browse files Browse the repository at this point in the history
  • Loading branch information
aszabo314 committed Sep 23, 2024
1 parent a9b3540 commit 6530d60
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./buildnative.sh x86_64
- name: Install Dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '6.0.100'
- name: Restore Tools
run: dotnet tool restore
- name: Restore
run: dotnet paket restore
- name: Test
run: dotnet run --project src/Test/Test.fsproj
# - name: Install Dotnet
# uses: actions/setup-dotnet@v1
# with:
# dotnet-version: '6.0.100'
# - name: Restore Tools
# run: dotnet tool restore
# - name: Restore
# run: dotnet paket restore
# - name: Test
# run: dotnet run --project src/Test/Test.fsproj
- name: Upload MacOS native libs
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6530d60

Please sign in to comment.