why can't we find netcat?
Some checks failed
MVS Upload & Execute / upload-and-run (push) Failing after 5s
Some checks failed
MVS Upload & Execute / upload-and-run (push) Failing after 5s
This commit is contained in:
parent
6d33ffddc4
commit
fb06bcda8a
@ -57,7 +57,8 @@ jobs:
|
||||
run: |
|
||||
echo "=== Debug: Starting upload/submit ==="
|
||||
echo "File: ${{ steps.files.outputs.file }}"
|
||||
echo $(which nc)
|
||||
echo $(/usr/bin/stat ${{ steps.files.outputs.file }})
|
||||
echo $(/usr/bin/nc --version)
|
||||
echo "Member: ${{ steps.files.outputs.member }}"
|
||||
python3 mvs_job.py "${{ steps.files.outputs.file }}" "@05054.SRCLIB.C" "${{ steps.files.outputs.member }}" "COMPILE"
|
||||
echo "=== Debug: Upload/submit complete ==="
|
||||
|
@ -5,6 +5,7 @@
|
||||
|
||||
// Sieve of Eratosthenes
|
||||
// Author: Greg Gauthier
|
||||
// Date: 2016-01-20
|
||||
int main()
|
||||
{
|
||||
int i,j,numbers[LIMIT];
|
||||
|
Loading…
Reference in New Issue
Block a user