Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Jan 17, 2024
1 parent ce41205 commit 3ee67ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ jobs:
java-package: jdk
distribution: 'zulu'
- name: Setup Android SDK 29
run: |
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager \
--sdk_root=$ANDROID_SDK_ROOT \
"platforms;android-29"
if: ${{ startswith(inputs.runner, 'windows') }}
run: C:\Android\android-sdk\cmdline-tools\latest\bin\sdkmanager "platforms;android-29"
- name: Restore
run: msbuild src/PDFtoImage.sln /t:restore
- name: Build
Expand Down

0 comments on commit 3ee67ad

Please sign in to comment.