Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Syuugo <[email protected]>
  • Loading branch information
s1204IT authored Sep 27, 2023
1 parent a6c4243 commit f0fd613
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,23 @@ on:
paths:
- '*.c'
- 'Android.mk'
- '.github/workflows/build.yml'
workflow_dispatch:

jobs:
build:
name: Build DirtyCow
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:

- name: Checkout
uses: actions/checkout@v3

- name: Set up Android NDK
uses: nttld/setup-ndk@v1
with:
ndk-version: r21e
local-cache: true
uses: actions/checkout@v4

- name: Build
run: ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk APP_ABI=armeabi-v7a APP_PLATFORM=android-17

- name: Upload
uses: actions/upload-artifact@v3
with:
name: CVE-2016-5195_CT1
name: CVE-2016-5195
path: libs/armeabi-v7a/*

0 comments on commit f0fd613

Please sign in to comment.