cleaning up
This commit is contained in:
parent
f1f5ac01bd
commit
d0b93bd275
31
.github/workflows/build.yml
vendored
31
.github/workflows/build.yml
vendored
@ -10,37 +10,6 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
||||
- name: look
|
||||
run: ls -la compiled/
|
||||
|
||||
# - name: Build
|
||||
# run: docker-compose up
|
||||
|
||||
|
||||
|
||||
# - name: curl mpy-8
|
||||
# uses: wei/curl@master
|
||||
# with:
|
||||
# args: https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/linux-amd64/mpy-cross.static-amd64-linux-8.0.0 --output mpy-cross-8
|
||||
|
||||
# - name: curl mpy-7
|
||||
# uses: wei/curl@master
|
||||
# with:
|
||||
# args: https://adafruit-circuit-python.s3.amazonaws.com/bin/mpy-cross/linux-amd64/mpy-cross.static-amd64-linux-7.0.0 --output mpy-cross-7
|
||||
|
||||
# - name: look
|
||||
# run: ls -la
|
||||
|
||||
# - name: Make mpy executeable
|
||||
# run: chmod +x mpy-cross-8
|
||||
|
||||
# - name: Make mpy executeable
|
||||
# run: chmod +x mpy-cross-7
|
||||
|
||||
# - name: Make sh executeable
|
||||
# run: chmod +x docker_mpy_build.sh
|
||||
|
||||
- name: run build script
|
||||
run: ./docker_mpy_build.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user