Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2022-07-25 07:47:45 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f0edfecc5050ca2788325e41dc3ed8571702695
0f0edfec
1 parent
52248678
Fix macos actions
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
.github/workflows/dart.yaml
.github/workflows/dart.yaml
View file @
0f0edfe
...
...
@@ -12,7 +12,7 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
subosito/flutter-action@v
1
-
uses
:
subosito/flutter-action@v
2
with
:
channel
:
stable
-
name
:
Enable Linux for flutter
...
...
@@ -45,7 +45,7 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
subosito/flutter-action@v
1
-
uses
:
subosito/flutter-action@v
2
with
:
channel
:
stable
-
name
:
Enable Windows for flutter
...
...
@@ -60,9 +60,10 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
subosito/flutter-action@v
1
-
uses
:
subosito/flutter-action@v
2
with
:
channel
:
stable
architecture
:
x64
-
name
:
Enable macOS for flutter
run
:
flutter config --enable-macos-desktop
-
name
:
Prepare build
...
...
Please
register
or
login
to post a comment