Skip to content

Commit

Permalink
Pinned libolm to a defined version
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Aug 31, 2023
1 parent e192cf3 commit 96601c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:

env:
FLUTTER_VERSION: 3.10.6
LIBOLM_VERSION: 3.2.9

name: Deploying on GitHub Pages

Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
- name: Build libolm
run: |
rm -rf assets/js
nix build -v "git+https://gitlab.matrix.org/matrix-org/olm.git#javascript" -o assets/js
nix build -v "gitlab:matrix-org/olm/$LIBOLM_VERSION?host=gitlab.matrix.org#javascript" -o assets/js
sudo chmod 777 -R assets/js
cd assets/js/ && mv javascript package
Expand Down

0 comments on commit 96601c8

Please sign in to comment.