Skip to content

Commit da931d4

Browse files
committed
wip
1 parent 279cba8 commit da931d4

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

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

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
on:
2-
workflow_dispatch:
3-
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
1+
# on:
2+
# workflow_dispatch:
3+
# 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
77

88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
container:
12+
image: ghcr.io/${{ github.repository }}/ubuntu:develop
1113
steps:
1214
- name: Checkout code
1315
uses: actions/checkout@v2
1416
with:
1517
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
2018
- name: Build and test
2119
run: ci/buildappimage.sh
2220
- name: Create Release

0 commit comments

Comments
 (0)