Skip to content

Commit

Permalink
Ignore Warnings for logo, Fix Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtyson123 committed Dec 16, 2023
1 parent 7c9574b commit d76c751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/max-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/cache@v3
with:
path: toolchain/cross_compiler
key: ${{ runner.os }}-toolchain-${{ hashFiles('toolchain/*.patch') }}-${{ hashFiles('toolchain/*.sh') }}
key: ${{ runner.os }}-toolchain

- name: Build toolchain
if: steps.cache-toolchain.outputs.cache-hit != 'true'
Expand Down
1 change: 1 addition & 0 deletions kernel/include/common/logo.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Ignore warnings for this file
#pragma gcc diagnostic ignored "-Wwrite-strings"

/* GIMP header image file format (RGB): C:\Users\98max\CLionProjects\max-os\kernel\include\common\logo.h */

Expand Down

0 comments on commit d76c751

Please sign in to comment.