Skip to content

Commit

Permalink
fix: upgrade .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roiskhoiron committed May 28, 2024
1 parent 8e256b7 commit 0fb05bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ before_script:
- uname -a
# - sudo -V
- apt-get --version
- apt-get install libsqlite3-dev
- apt-get update -qq && apt-get install -y -qq sqlite3 libsqlite3-dev nodejs
- gem install bundler --no-document
- bundle install --jobs $(nproc) "${FLAGS[@]}"
- SQLITE_PATH=$(find / -name libsqlite3.so 2>/dev/null | grep -m 1 libsqlite3.so)
- export LD_LIBRARY_PATH=$SQLITE_PATH:$LD_LIBRARY_PATH
- flutter channel stable
Expand Down

0 comments on commit 0fb05bb

Please sign in to comment.