We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728ef90 commit ac91eefCopy full SHA for ac91eef
1 file changed
.github/workflows/push.yml
@@ -21,6 +21,10 @@ jobs:
21
distribution: 'full'
22
variant: 'CS'
23
version: '8.14'
24
+ - name: Install a86 and langs
25
+ run: |
26
+ printf "hi"
27
+ printf "there"
28
- name: Build and test
29
run: |
30
export LINK_DIR=/usr/lib/x86_64-linux-gnu
0 commit comments