Skip to content

Commit 88cbed8

Browse files
committed
wip
1 parent 279cba8 commit 88cbed8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/deploy-linux-appimage.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
on:
22
workflow_dispatch:
33
push:
4-
# Sequence of patterns matched against refs/tags
5-
tags:
6-
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
4+
branches:
5+
- "**"
6+
# # Sequence of patterns matched against refs/tags
7+
# tags:
8+
# - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
79

810
jobs:
911
deploy:
1012
runs-on: ubuntu-latest
13+
container:
14+
image: ghcr.io/${{ github.repository }}/ubuntu:develop
1115
steps:
1216
- name: Checkout code
1317
uses: actions/checkout@v2
1418
with:
1519
submodules: true
16-
- name: Install package
17-
run: |
18-
sudo apt-get update
19-
sudo apt-get -y install qtbase5-dev qt3d5-dev libqt5svg5-dev freeglut3-dev libabsl-dev
2020
- name: Build and test
2121
run: ci/buildappimage.sh
2222
- name: Create Release

0 commit comments

Comments
 (0)