Skip to content

Commit

Permalink
cleanup names in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Nov 24, 2024
1 parent cd3ef3b commit 9581bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
apt-get install -y unzip curl cmake pkg-config liburing-dev libavahi-compat-libdnssd-dev libavahi-client-dev libwayland-dev wayland-protocols libegl1-mesa-dev libgles2-mesa-dev libxkbcommon-dev libuv1-dev libinput-dev libdrm-dev libudev-dev libgbm-dev
# - name: Set paths
# run: echo "/opt/flutter-elinux/bin" >> $GITHUB_PATH
- name: Checkout FlutterSwiftOCA
- name: Checkout
uses: actions/checkout@v4
- name: Fix permissions
run: chown -R $(id -u):$(id -g) $PWD
Expand All @@ -38,7 +38,7 @@ jobs:
# $FLUTTER_ROOT/bin/flutter-elinux 2>&1
- name: Version
run: swift --version
- name: Build FlutterSwift
- name: Build
run: swift build --build-tests
- name: Test FlutterSwift
- name: Test
run: swift test --skip-build

0 comments on commit 9581bc2

Please sign in to comment.