Skip to content

Commit

Permalink
Change runner to Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
InvictusRMC committed Feb 19, 2024
1 parent 94bbed9 commit db09305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion freedomOfComputing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ dependencies {
implementation files('../common/libs/jlibtorrent-android-arm-' + jlibtorrent_version + '.jar')
implementation files('../common/libs/jlibtorrent-android-x86-' + jlibtorrent_version + '.jar')
implementation files('../common/libs/jlibtorrent-android-x86_64-' + jlibtorrent_version + '.jar')
implementation files('../common/libs/jlibtorrent-macosx-arm64-' + jlibtorrent_version + '.jar')

implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.9.0'
Expand Down

0 comments on commit db09305

Please sign in to comment.