Skip to content

Commit

Permalink
Changed build to checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
cechticky committed Sep 24, 2023
1 parent 82cf7a3 commit a7d2446
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/build.yml
@@ -0,0 +1,23 @@
name: Build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential
- name: Build project
run: |
make

0 comments on commit a7d2446

Please sign in to comment.