Skip to content

Commit 5c1de21

Browse files
committed
clean up workflow
1 parent ce80029 commit 5c1de21

1 file changed

Lines changed: 0 additions & 24 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@ jobs:
2020
vcpkgGitCommitId: "56bb2411609227288b70117ead2c47585ba07713"
2121
vcpkgDirectory: "${{ github.workspace }}/vcpkg"
2222

23-
- name: Install static GCC runtime
24-
run: sudo apt-get update && sudo apt-get install -y libgcc-12-dev
25-
26-
- name: Restore vcpkg cache
27-
uses: actions/cache/restore@v5
28-
with:
29-
path: |
30-
${{ github.workspace }}/vcpkg/packages
31-
${{ github.workspace }}/vcpkg/downloads
32-
${{ github.workspace }}/build/vcpkg_installed
33-
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json') }}
34-
restore-keys: |
35-
vcpkg-${{ runner.os }}-
36-
3723
- name: Configure CMake
3824
run: "cmake -B build -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_BUILD_TYPE=Release -DVCPKG_TARGET_TRIPLET=x64-linux -DBUILD_SHARED_LIBS=OFF"
3925
env:
@@ -43,16 +29,6 @@ jobs:
4329
- name: Build
4430
run: cmake --build build --config Release -j$(nproc)
4531

46-
- name: Save vcpkg cache
47-
if: always()
48-
uses: actions/cache/save@v5
49-
with:
50-
path: |
51-
${{ github.workspace }}/vcpkg/packages
52-
${{ github.workspace }}/vcpkg/downloads
53-
${{ github.workspace }}/build/vcpkg_installed
54-
key: vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg.json') }}
55-
5632
- uses: actions/upload-artifact@v7
5733
with:
5834
name: cubicdiscord-linux

0 commit comments

Comments
 (0)