Github action workflow should checkout the code.

pull/230/head
Fredrik Öhrström 2021-02-03 10:49:12 +01:00
rodzic f92c6d08b8
commit 1c859c2cdd
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: WHATSUP
run: ls -l
- id: CONFIGURE
run: ./configure
- id: MAKE