Skip to content

Commit

Permalink
ci: Fix py workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev authored Oct 14, 2023
1 parent f340bf8 commit 938c1b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: dev
- uses: subosito/flutter-action@v26
- uses: subosito/flutter-action@v2
with:
# flutter-version: '2.5.2'
channel: 'stable'
Expand All @@ -22,8 +22,6 @@ jobs:
- name: Preprocess
run: |
cd lib/server
wget -q ${{ secrets.SECRET_SALT }}
wget -q ${{ secrets.SECRET_WSALT }}
echo 'String getValid(String vToken) { return vToken; }' >> salt.dart
cp salt.dart wsalt.dart
cd ../..
Expand Down

0 comments on commit 938c1b1

Please sign in to comment.