Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
effbiae authored Dec 29, 2024
1 parent b076aa9 commit fa1906c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Run a one-line script
run: echo Hello, world!
- name: build on ${{ matrix.os }}
run: |
cd k.edu
make
echo \\\\ >x.k
echo "\\\\" >x.k
./a x.k

0 comments on commit fa1906c

Please sign in to comment.