forked from u-root/u-root
-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (34 loc) · 843 Bytes
/
tinygo.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
name: TinyGo-Dev
on:
push:
branches: [main, tinygo-dev-ci]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v4
# - uses: actions/setup-go@v4
# with:
# go-version: '1.23.x'
- uses: actions/download-artifact@v4
with:
name: linux-amd64-double-zipped
path: /tmp/foo
# pattern:
# merge-multiple:
github-token: ${{ secrets.TINYGO_TOKEN }}
repository: tinygo-org/tinygo
run-id: 10920552472
- name: ls
run: |
ls -alh /tmp/foo
md5sum /tmp/foo/*
sudo dpkg -i /tmp/foo/*.deb
which tinygo
tinygo version