Skip to content

Commit efdf38a

Browse files
Version 1.0.0 !
1 parent 10a202f commit efdf38a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/push.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
- name: Update and install packages
2929
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
3030

31-
# - name: Initialize CodeQL
32-
# uses: github/codeql-action/init@v1
33-
# with:
34-
# languages: ${{ matrix.language }}
31+
- name: Initialize CodeQL
32+
uses: github/codeql-action/init@v1
33+
with:
34+
languages: ${{ matrix.language }}
3535

3636
- name: Configure
3737
run: cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} .
@@ -51,8 +51,8 @@ jobs:
5151
- name: Build deb package
5252
run: sh packaging/deb/create.sh .
5353

54-
# - name: Perform CodeQL Analysis
55-
# uses: github/codeql-action/analyze@v1
54+
- name: Perform CodeQL Analysis
55+
uses: github/codeql-action/analyze@v1
5656

5757
- name: Create tarball
5858
if: github.event_name == 'push'

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
22

33
project(fastfetch
4-
VERSION 0.1.0
4+
VERSION 1.0.0
55
LANGUAGES C
66
)
77

0 commit comments

Comments
 (0)