remove local make

This commit is contained in:
proddy
2021-05-16 15:50:10 +02:00
parent ddb3633fdb
commit 8417c715c1

View File

@@ -22,9 +22,6 @@ jobs:
version=`grep -E '^#define EMSESP_APP_VERSION' ./src/version.h | awk -F'"' '{print $2}'`
echo "::set-output name=version::$version"
- name: Compile locally
run: make
- name: Setup Python
uses: actions/setup-python@v2