Skip to content

Commit

Permalink
ci: Remove 'which' from flutter bindings ci
Browse files Browse the repository at this point in the history
GH ubuntu says it doesn't exist.
Not needed anyway
  • Loading branch information
iamsergio committed Apr 11, 2024
1 parent 0b17703 commit 669100d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-gen-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# On demand flutter action to trigger binding regeneration

name: Flutter-dev
name: Generate Flutter Bindings

on:
push:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
sudo apt install libgtk-3-dev libglib2.0-dev ninja-build libspdlog-dev lld \
python3 python3-dev clang llvm libclang-15-dev libxslt-dev mesa-common-dev libglu1-mesa-dev libglib2.0-dev libfontconfig \
libxkbcommon-dev mesa-utils libgl1-mesa-dev libglu1-mesa-dev nlohmann-json3-dev clang-format-15 qt6-base-dev wget curl \
file unzip zip which xz-utils -y
file unzip zip xz-utils -y
- name: Clone Dartagnan
uses: actions/checkout@v4
Expand Down

0 comments on commit 669100d

Please sign in to comment.