Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sonnyp committed Aug 29, 2023
1 parent cde30f5 commit 4c96676
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ jobs:
node-version: 18
cache: "npm"

# See also https://github.com/flatpak/flatpak-github-actions
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: flatpak
version: 1.0

# See also https://github.com/flatpak/flatpak-github-actions
- run: flatpak remote-add --user --noninteractive --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
- run: flatpak remote-add --user --noninteractive --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
- run: flatpak install --user --noninteractive flathub-beta org.gnome.Platform//45beta
- run: flatpak install --user --noninteractive flathub org.flatpak.Builder
- run: make ci
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
.PHONY: lint test

install:
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install --user --noninteractive flathub-beta org.gnome.Platform//45beta
flatpak install --user --noninteractive flathub org.flatpak.Builder
npm install

lint:
Expand Down

0 comments on commit 4c96676

Please sign in to comment.