Skip to content
This repository has been archived by the owner on Aug 16, 2021. It is now read-only.

Commit

Permalink
brain juice
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 authored Jul 11, 2021
1 parent 8fda36e commit 4c77fff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ohno.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
run: ./ohno.cbl.out

- name: install java
run: sudo apt install -y default-jre
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: compile java
run: javac -d . OHNO/ohno.java
- name: java
Expand Down Expand Up @@ -92,4 +94,4 @@ jobs:
- name: install go
uses: actions/setup-go@v2.1.3
- name: run golang
run: ./OHNO/ohno.go
run: go run ./OHNO/ohno.go

0 comments on commit 4c77fff

Please sign in to comment.