Skip to content

Commit

Permalink
uses -> script (euphony-io#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
zion830 committed Sep 5, 2022
1 parent c402efb commit 8c0d61c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
java-version: 11

- name: Delete .cxx
uses: rm -r euphony/.cxx
with:
script: rm -r euphony/.cxx

- name: Run Android Tests
if: steps.changes.outputs.ui == 'true'
Expand All @@ -50,9 +51,9 @@ jobs:

- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
with:
distribution: adopt
java-version: 11

- name: Build with Gradle
run: ./gradlew build
- name: Build with Gradle
run: ./gradlew build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class TxRxCheckerViewModel(
private val rxManager: EuRxManager
) : ViewModel() {


private val _isProcessing = MutableStateFlow(false)
val isProcessing: StateFlow<Boolean> = _isProcessing

Expand Down

0 comments on commit 8c0d61c

Please sign in to comment.