comparison .github/workflows/build.yml @ 41:3752ae9a130e

forgot to check out
author Nigma <magnusgsvend@gmail.com>
date Sun, 24 Jul 2022 02:12:29 +0200
parents 75c4bd0b2769
children 80d496e87f8f
comparison
equal deleted inserted replaced
40:75c4bd0b2769 41:3752ae9a130e
8 8
9 jobs: 9 jobs:
10 build: 10 build:
11 runs-on: ubuntu-latest 11 runs-on: ubuntu-latest
12 steps: 12 steps:
13 - name: Checkout sources
14 uses: actions/checkout@v2
15 - name: Install PAM dev files
16 run: sudo apt-get install -y libpam0g-dev
13 - name: Use cargo cache 17 - name: Use cargo cache
14 uses: actions/cache@v2 18 uses: actions/cache@v2
15 with: 19 with:
16 path: | 20 path: |
17 ~/.cargo/bin/ 21 ~/.cargo/bin/