Skip to content

Commit

Permalink
refactor: Personal Use
Browse files Browse the repository at this point in the history
  • Loading branch information
E85Addict committed Mar 9, 2024
1 parent c2a7db1 commit 85a970a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
target: x86_64-linux-android

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup NDK
run: |
N="android-ndk-r26c"
Expand All @@ -43,7 +43,7 @@ jobs:
mv -f ./target/${{ matrix.target }}/release/cmpr ./output/cmpr-${{ matrix.arch }}
- id: date
run: echo ::set-output name=date::$(date +'%Y%m%d')
run: echo "date=$(date +'%Y%m%d')" >> $GITHUB_OUTPUT

- name: Upload
uses: svenstaro/upload-release-action@v2
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![no_std]
#![feature(let_chains)]

use core::ops::Deref;

Expand Down

0 comments on commit 85a970a

Please sign in to comment.