Version 1.0.0 !

This commit is contained in:
Linus Dierheimer
2022-03-20 16:47:05 +01:00
parent 10a202fe80
commit efdf38a9ea
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -28,10 +28,10 @@ jobs:
- name: Update and install packages
run: sudo apt-get update && sudo apt-get install -y libpci-dev libvulkan-dev libwayland-dev libxrandr-dev libxcb-randr0-dev libdconf-dev libdbus-1-dev libxfconf-0-dev librpm-dev libzstd-dev
# - name: Initialize CodeQL
# uses: github/codeql-action/init@v1
# with:
# languages: ${{ matrix.language }}
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: Configure
run: cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} .
@@ -51,8 +51,8 @@ jobs:
- name: Build deb package
run: sh packaging/deb/create.sh .
# - name: Perform CodeQL Analysis
# uses: github/codeql-action/analyze@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
- name: Create tarball
if: github.event_name == 'push'